pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/hexchat



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Sun Sep 30 13:58:10 UTC 2018

Modified Files:
        pkgsrc/chat/hexchat: Makefile

Log Message:
hexchat: link network libs on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/chat/hexchat/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/hexchat/Makefile
diff -u pkgsrc/chat/hexchat/Makefile:1.26 pkgsrc/chat/hexchat/Makefile:1.27
--- pkgsrc/chat/hexchat/Makefile:1.26   Wed Aug 22 09:43:01 2018
+++ pkgsrc/chat/hexchat/Makefile        Sun Sep 30 13:58:10 2018
@@ -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.Darwin=         dylib
 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