summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorrodent <rodent>2013-12-31 15:41:17 +0000
committerrodent <rodent>2013-12-31 15:41:17 +0000
commita35dc2228ad0e43051b431b8bfe9574a7c4037a8 (patch)
tree68c9fce5ba82e902eed97eb46d9bd5fa68b2fbce /comms
parent0cce61996bb9901200692f2777bd13317f1237a4 (diff)
downloadpkgsrc-a35dc2228ad0e43051b431b8bfe9574a7c4037a8.tar.gz
LDFLAGS.SunOS+= -lsocket -lnsl; Fixes build failure, ideally.
Diffstat (limited to 'comms')
-rw-r--r--comms/libticables2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/libticables2/Makefile b/comms/libticables2/Makefile
index 466f7595d46..da770320f7c 100644
--- a/comms/libticables2/Makefile
+++ b/comms/libticables2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/05/26 22:57:53 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2013/12/31 15:41:17 rodent Exp $
#
DISTNAME= libticables2-1.3.3
@@ -20,6 +20,8 @@ PKGCONFIG_OVERRIDE+= ticables2.pc.in
.include "options.mk"
+LDFLAGS.SunOS+= -lsocket -lnsl
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"