pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/hexchat hexchat: link network libs on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d9faf1a496b
branches:  trunk
changeset: 313433:9d9faf1a496b
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Sun Sep 30 13:58:10 2018 +0000

description:
hexchat: link network libs on SunOS

diffstat:

 chat/hexchat/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 8ac4f23f00c1 -r 9d9faf1a496b chat/hexchat/Makefile
--- a/chat/hexchat/Makefile     Sun Sep 30 12:03:07 2018 +0000
+++ b/chat/hexchat/Makefile     Sun Sep 30 13:58:10 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2018/08/22 09:43:01 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2018/09/30 13:58:10 wiedi Exp $
 
 DISTNAME=      hexchat-2.14.1
 PKGREVISION=   2
@@ -39,6 +39,8 @@
 SOEXT.*=               so
 PLIST_SUBST+=          SOEXT=${SOEXT}
 
+LDFLAGS.SunOS+=                -lsocket -lnsl
+
 .include "../../devel/py-meson/build.mk"
 .include "../../textproc/iso-codes/buildlink3.mk"
 .include "../../devel/pango/buildlink3.mk"



Home | Main Index | Thread Index | Old Index