pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/ii link network libs on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44a37abeffb8
branches:  trunk
changeset: 652763:44a37abeffb8
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Sun Jun 07 14:25:40 2015 +0000

description:
link network libs on SunOS

diffstat:

 chat/ii/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r db63df3f101b -r 44a37abeffb8 chat/ii/Makefile
--- a/chat/ii/Makefile  Sun Jun 07 14:19:12 2015 +0000
+++ b/chat/ii/Makefile  Sun Jun 07 14:25:40 2015 +0000
@@ -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_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"



Home | Main Index | Thread Index | Old Index