summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiedi <wiedi>2015-06-07 14:25:40 +0000
committerwiedi <wiedi>2015-06-07 14:25:40 +0000
commitfde2e571e79c5b76d76e26f2852cf2f6188af41a (patch)
treeab054320fea2aefa9b3a2a60c058fec2662fcc92 /chat
parent8d036dfd04f5122c12498acfe25983835c7ebd4a (diff)
downloadpkgsrc-fde2e571e79c5b76d76e26f2852cf2f6188af41a.tar.gz
link network libs on SunOS
Diffstat (limited to 'chat')
-rw-r--r--chat/ii/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/chat/ii/Makefile b/chat/ii/Makefile
index d3f00758e60..e95cc8e8fa4 100644
--- a/chat/ii/Makefile
+++ b/chat/ii/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/06/04 20:17:42 youri Exp $
+# $NetBSD: Makefile,v 1.2 2015/06/07 14:25:40 wiedi Exp $
DISTNAME= ii-1.7
CATEGORIES= chat
@@ -15,5 +15,8 @@ SUBST_MESSAGE.makefile= Fixing config.mk
SUBST_FILES.makefile= config.mk
SUBST_SED.makefile= -e 's,/usr/local,${PREFIX},g'
SUBST_SED.makefile+= -e 's,share/man,${PKGMANDIR},g'
+SUBST_SED.makefile+= -e 's,^LDFLAGS,\#LDFLAGS,g'
+
+LDFLAGS.SunOS+= -lsocket -lnsl
.include "../../mk/bsd.pkg.mk"