pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/sacc
Module Name: pkgsrc
Committed By: wiedi
Date: Sat Sep 29 20:06:09 UTC 2018
Modified Files:
pkgsrc/net/sacc: Makefile
Log Message:
sacc: use c99 and link network libs to fix SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/sacc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/sacc/Makefile
diff -u pkgsrc/net/sacc/Makefile:1.2 pkgsrc/net/sacc/Makefile:1.3
--- pkgsrc/net/sacc/Makefile:1.2 Wed Feb 28 16:32:56 2018
+++ pkgsrc/net/sacc/Makefile Sat Sep 29 20:06:09 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/02/28 16:32:56 leot Exp $
+# $NetBSD: Makefile,v 1.3 2018/09/29 20:06:09 wiedi Exp $
DISTNAME= sacc-v1.00
PKGNAME= ${DISTNAME:S/-v/-/}
@@ -10,6 +10,8 @@ MAINTAINER= leot%NetBSD.org@localhost
HOMEPAGE= gopher://bitreich.org/1/scm/sacc
COMMENT= Console gopher client
LICENSE= isc
+USE_LANGUAGES= c99
+LDFLAGS.SunOS+= -lsocket -lnsl
MAKE_FLAGS+= PREFIX="${PREFIX}"
MAKE_FLAGS+= MANDIR="${PREFIX}/${PKGMANDIR}/man1"
Home |
Main Index |
Thread Index |
Old Index