diff options
author | wiedi <wiedi@pkgsrc.org> | 2014-01-27 23:27:04 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2014-01-27 23:27:04 +0000 |
commit | 6847e816f5b9ae43d6f5f19803ff28fc3539c921 (patch) | |
tree | a9ca2e96c4f4c3ffbee9a290dbd58cd4cd447e58 /net/x2vnc | |
parent | b98b57a94d3b06f77100f9646c454e028b78c4b2 (diff) | |
download | pkgsrc-6847e816f5b9ae43d6f5f19803ff28fc3539c921.tar.gz |
Also add -lnsl on SunOS as reported by bulk build
Diffstat (limited to 'net/x2vnc')
-rw-r--r-- | net/x2vnc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/x2vnc/Makefile b/net/x2vnc/Makefile index baea63f4daf..6a7b08ac606 100644 --- a/net/x2vnc/Makefile +++ b/net/x2vnc/Makefile @@ -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 @@ COMMENT= Multi-console display using X and VNC LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes -LDFLAGS.SunOS+= -lresolv -lsocket +LDFLAGS.SunOS+= -lresolv -lsocket -lnsl .include "options.mk" |