diff options
author | wiedi <wiedi@pkgsrc.org> | 2015-06-07 14:25:40 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2015-06-07 14:25:40 +0000 |
commit | 101bbe1245e67488fe6a32302df740290e869c1c (patch) | |
tree | ab054320fea2aefa9b3a2a60c058fec2662fcc92 /chat | |
parent | 1661dd6558921e606ea5ccbd3fb8b9442215520a (diff) | |
download | pkgsrc-101bbe1245e67488fe6a32302df740290e869c1c.tar.gz |
link network libs on SunOS
Diffstat (limited to 'chat')
-rw-r--r-- | chat/ii/Makefile | 5 |
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" |