pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/miniupnpc



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Oct  3 22:37:09 UTC 2018

Modified Files:
        pkgsrc/net/miniupnpc: Makefile

Log Message:
net/miniupnpc: add -lsocket -lnsl on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/miniupnpc/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/miniupnpc/Makefile
diff -u pkgsrc/net/miniupnpc/Makefile:1.3 pkgsrc/net/miniupnpc/Makefile:1.4
--- pkgsrc/net/miniupnpc/Makefile:1.3   Wed Oct  3 22:27:05 2018
+++ pkgsrc/net/miniupnpc/Makefile       Wed Oct  3 22:37:09 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/10/03 22:27:05 nia Exp $
+# $NetBSD: Makefile,v 1.4 2018/10/03 22:37:09 nia Exp $
 
 DISTNAME=      miniupnpc-2.1
 CATEGORIES=    net
@@ -13,5 +13,6 @@ USE_TOOLS+=   gmake
 USE_LANGUAGES= c99
 
 CPPFLAGS.SunOS+=       -D__EXTENSIONS__
+LDFLAGS.SunOS+=                -lsocket -lnsl
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index