diff options
author | rodent <rodent> | 2013-12-31 15:41:17 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-12-31 15:41:17 +0000 |
commit | 92316713660b6b9c59a677d89808317662863348 (patch) | |
tree | 68c9fce5ba82e902eed97eb46d9bd5fa68b2fbce /comms | |
parent | c8629aa96fbb26fd7ebeb3c6488e772db32cd058 (diff) | |
download | pkgsrc-92316713660b6b9c59a677d89808317662863348.tar.gz |
LDFLAGS.SunOS+= -lsocket -lnsl; Fixes build failure, ideally.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/libticables2/Makefile | 4 |
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" |