pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/dc_gui2



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Sun Sep 18 18:37:54 UTC 2016

Modified Files:
        pkgsrc/net/dc_gui2: Makefile

Log Message:
link network libs on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/net/dc_gui2/Makefile

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

Modified files:

Index: pkgsrc/net/dc_gui2/Makefile
diff -u pkgsrc/net/dc_gui2/Makefile:1.83 pkgsrc/net/dc_gui2/Makefile:1.84
--- pkgsrc/net/dc_gui2/Makefile:1.83    Wed Aug  3 10:23:14 2016
+++ pkgsrc/net/dc_gui2/Makefile Sun Sep 18 18:37:53 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2016/08/03 10:23:14 adam Exp $
+# $NetBSD: Makefile,v 1.84 2016/09/18 18:37:53 wiedi Exp $
 
 DISTNAME=      dc_gui2-0.80
 PKGREVISION=   34
@@ -25,6 +25,8 @@ CPPFLAGS+=            -I${BDBBASE}/include/${BDB_T
 CPPFLAGS+=             -DNO_PRINTF_LOCALE
 BUILDLINK_TRANSFORM+=  l:db4:${BDB_TYPE}
 
+LDFLAGS.SunOS+=                -lsocket -lnsl
+
 post-configure:
        ${ECHO} '#ifndef MSG_NOSIGNAL' >> ${WRKSRC}/config.h
        ${ECHO} '# define MSG_NOSIGNAL 0' >> ${WRKSRC}/config.h



Home | Main Index | Thread Index | Old Index