pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cross/stlink
Module Name: pkgsrc
Committed By: wiedi
Date: Sat Dec 3 20:23:44 UTC 2016
Modified Files:
pkgsrc/cross/stlink: Makefile
Log Message:
link network libs on SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/cross/stlink/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/cross/stlink/Makefile
diff -u pkgsrc/cross/stlink/Makefile:1.2 pkgsrc/cross/stlink/Makefile:1.3
--- pkgsrc/cross/stlink/Makefile:1.2 Sat May 7 09:05:22 2016
+++ pkgsrc/cross/stlink/Makefile Sat Dec 3 20:23:44 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/05/07 09:05:22 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2016/12/03 20:23:44 wiedi Exp $
DISTNAME= stlink-1.2.0
CATEGORIES= cross
@@ -14,6 +14,8 @@ LICENSE= modified-bsd
USE_TOOLS+= automake pkg-config
GNU_CONFIGURE= yes
+LDFLAGS.SunOS+= -lsocket -lnsl
+
pre-configure:
cd ${WRKSRC} && \
aclocal; autoheader; automake -a --foreign -i; autoconf
Home |
Main Index |
Thread Index |
Old Index