pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/direvent Link network libs on SunOS and make ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/947c4dd020be
branches:  trunk
changeset: 348347:947c4dd020be
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Sun Jun 12 11:37:50 2016 +0000

description:
Link network libs on SunOS and make sure broken nls support is not used

diffstat:

 sysutils/direvent/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r bc85024ddf41 -r 947c4dd020be sysutils/direvent/Makefile
--- a/sysutils/direvent/Makefile        Sun Jun 12 11:23:12 2016 +0000
+++ b/sysutils/direvent/Makefile        Sun Jun 12 11:37:50 2016 +0000
@@ -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 @@
 TEST_TARGET=           check
 INFO_FILES=            yes
 
+CONFIGURE_ARGS+=       --disable-nls
+LDFLAGS.SunOS+=                -lsocket -lnsl
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index