pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/x2vnc Also add -lnsl on SunOS as reported by bulk ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/581fa521f805
branches:  trunk
changeset: 629818:581fa521f805
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Mon Jan 27 23:27:04 2014 +0000

description:
Also add -lnsl on SunOS as reported by bulk build

diffstat:

 net/x2vnc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2a628d6e7bb6 -r 581fa521f805 net/x2vnc/Makefile
--- a/net/x2vnc/Makefile        Mon Jan 27 23:12:14 2014 +0000
+++ b/net/x2vnc/Makefile        Mon Jan 27 23:27:04 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2013/10/25 09:43:20 jperkin Exp $
+# $NetBSD: Makefile,v 1.22 2014/01/27 23:27:04 wiedi Exp $
 #
 
 DISTNAME=              x2vnc-1.7.2
@@ -12,7 +12,7 @@
 LICENSE=               gnu-gpl-v2
 
 GNU_CONFIGURE=         yes
-LDFLAGS.SunOS+=                -lresolv -lsocket
+LDFLAGS.SunOS+=                -lresolv -lsocket -lnsl
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index