pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/vimb link network libs on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48d062dbabe0
branches:  trunk
changeset: 355508:48d062dbabe0
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Sat Dec 03 23:13:39 2016 +0000

description:
link network libs on SunOS

diffstat:

 www/vimb/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f03105ec4a1a -r 48d062dbabe0 www/vimb/Makefile
--- a/www/vimb/Makefile Sat Dec 03 22:45:50 2016 +0000
+++ b/www/vimb/Makefile Sat Dec 03 23:13:39 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/08/03 10:23:32 adam Exp $
+# $NetBSD: Makefile,v 1.7 2016/12/03 23:13:39 wiedi Exp $
 
 DISTNAME=      vimb-2.11
 PKGREVISION=   4
@@ -13,6 +13,7 @@
 USE_TOOLS+=    gmake pkg-config
 
 CFLAGS.NetBSD+=        -D_NETBSD_SOURCE        # needed for LOCK_* macros in <fcntl.h>
+LDFLAGS.SunOS+=        -lsocket -lnsl
 
 # Bump _XOPEN_SOURCE version to 600 in order to avoid "Compiler or options
 # invalid for pre-UNIX 03 X/Open applications" error on SunOS and correctly



Home | Main Index | Thread Index | Old Index