pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/vimb



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Sat Dec  3 23:13:39 UTC 2016

Modified Files:
        pkgsrc/www/vimb: Makefile

Log Message:
link network libs on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/vimb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/vimb/Makefile
diff -u pkgsrc/www/vimb/Makefile:1.6 pkgsrc/www/vimb/Makefile:1.7
--- pkgsrc/www/vimb/Makefile:1.6        Wed Aug  3 10:23:32 2016
+++ pkgsrc/www/vimb/Makefile    Sat Dec  3 23:13:39 2016
@@ -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 @@ LICENSE=      gnu-gpl-v3
 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