pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/uriparser uriparser: link network libs on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4f4063cfcf1
branches:  trunk
changeset: 313421:e4f4063cfcf1
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Sat Sep 29 18:47:51 2018 +0000

description:
uriparser: link network libs on SunOS

diffstat:

 textproc/uriparser/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c92b46e9e523 -r e4f4063cfcf1 textproc/uriparser/Makefile
--- a/textproc/uriparser/Makefile       Sat Sep 29 18:38:32 2018 +0000
+++ b/textproc/uriparser/Makefile       Sat Sep 29 18:47:51 2018 +0000
@@ -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 @@
 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