diff options
author | wiedi <wiedi@pkgsrc.org> | 2016-09-18 18:37:53 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2016-09-18 18:37:53 +0000 |
commit | aa657972b9e6e4e3bd2046e26682b528c32141c2 (patch) | |
tree | 651c38aa1807d5f756eea4f3e3d9e35dec77affb /net/dc_gui2 | |
parent | 3a4297545524d44e51b75b7e504e5fe7d1ae284b (diff) | |
download | pkgsrc-aa657972b9e6e4e3bd2046e26682b528c32141c2.tar.gz |
link network libs on SunOS
Diffstat (limited to 'net/dc_gui2')
-rw-r--r-- | net/dc_gui2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/dc_gui2/Makefile b/net/dc_gui2/Makefile index 58ca4087f11..523d4cbfca0 100644 --- a/net/dc_gui2/Makefile +++ b/net/dc_gui2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2016/08/03 10:23:14 adam Exp $ +# $NetBSD: Makefile,v 1.84 2016/09/18 18:37:53 wiedi Exp $ DISTNAME= dc_gui2-0.80 PKGREVISION= 34 @@ -25,6 +25,8 @@ CPPFLAGS+= -I${BDBBASE}/include/${BDB_TYPE} CPPFLAGS+= -DNO_PRINTF_LOCALE BUILDLINK_TRANSFORM+= l:db4:${BDB_TYPE} +LDFLAGS.SunOS+= -lsocket -lnsl + post-configure: ${ECHO} '#ifndef MSG_NOSIGNAL' >> ${WRKSRC}/config.h ${ECHO} '# define MSG_NOSIGNAL 0' >> ${WRKSRC}/config.h |