summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2016-06-12 11:37:50 +0000
committerwiedi <wiedi@pkgsrc.org>2016-06-12 11:37:50 +0000
commit1a928f71a179341f7cfb915e26465d3acc4b3fef (patch)
tree57f6d29e3f61edffa44e8e7737eec718ba6d9676 /sysutils
parentc01ce5671d32f143dd3325312f339bd4e8e2a606 (diff)
downloadpkgsrc-1a928f71a179341f7cfb915e26465d3acc4b3fef.tar.gz
Link network libs on SunOS and make sure broken nls support is not used
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/direvent/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/direvent/Makefile b/sysutils/direvent/Makefile
index b79751a3cb5..bbfed2ce4e2 100644
--- a/sysutils/direvent/Makefile
+++ b/sysutils/direvent/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/09/08 09:13:02 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2016/06/12 11:37:50 wiedi Exp $
DISTNAME= direvent-5.0
CATEGORIES= sysutils
@@ -14,4 +14,7 @@ USE_PKGLOCALEDIR= yes
TEST_TARGET= check
INFO_FILES= yes
+CONFIGURE_ARGS+= --disable-nls
+LDFLAGS.SunOS+= -lsocket -lnsl
+
.include "../../mk/bsd.pkg.mk"