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/a1a8e8b58bea
branches: trunk
changeset: 385796:a1a8e8b58bea
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 cfcf0d7f8399 -r a1a8e8b58bea 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