pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/uriparser



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Sat Sep 29 18:47:51 UTC 2018

Modified Files:
        pkgsrc/textproc/uriparser: Makefile

Log Message:
uriparser: link network libs on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/uriparser/Makefile

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

Modified files:

Index: pkgsrc/textproc/uriparser/Makefile
diff -u pkgsrc/textproc/uriparser/Makefile:1.9 pkgsrc/textproc/uriparser/Makefile:1.10
--- pkgsrc/textproc/uriparser/Makefile:1.9      Mon Aug 20 05:23:08 2018
+++ pkgsrc/textproc/uriparser/Makefile  Sat Sep 29 18:47:51 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2018/08/20 05:23:08 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2018/09/29 18:47:51 wiedi Exp $
 
 DISTNAME=      uriparser-0.8.6
 CATEGORIES=    textproc
@@ -19,6 +19,8 @@ USE_FEATURES= snprintf
 PKGCONFIG_OVERRIDE+= liburiparser.pc.in
 TEST_TARGET=   check
 
+LDFLAGS.SunOS+=        -lsocket -lnsl
+
 .include "../../mk/bsd.fast.prefs.mk"
 
 # needs "libcpptest" for test



Home | Main Index | Thread Index | Old Index