pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/unworkable
Module Name: pkgsrc
Committed By: wiedi
Date: Sun Sep 18 23:50:23 UTC 2016
Modified Files:
pkgsrc/net/unworkable: Makefile
Log Message:
fix build on SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/unworkable/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/unworkable/Makefile
diff -u pkgsrc/net/unworkable/Makefile:1.14 pkgsrc/net/unworkable/Makefile:1.15
--- pkgsrc/net/unworkable/Makefile:1.14 Sat Mar 5 11:29:13 2016
+++ pkgsrc/net/unworkable/Makefile Sun Sep 18 23:50:23 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2016/03/05 11:29:13 jperkin Exp $
+# $NetBSD: Makefile,v 1.15 2016/09/18 23:50:23 wiedi Exp $
DISTNAME= unworkable-0.53
PKGREVISION= 2
@@ -10,10 +10,13 @@ HOMEPAGE= http://code.google.com/p/unwor
COMMENT= BSD-licensed command-line torrent client
LICENSE= isc
-USE_TOOLS+= yacc
+USE_TOOLS+= yacc nroff
WRKSRC= ${WRKDIR}/unworkable
MAKE_FILE= BSDmakefile
+CPPFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t -Du_int64_t=uint64_t
+LDFLAGS.SunOS+= -lsocket -lnsl
+
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/cat1
post-configure:
Home |
Main Index |
Thread Index |
Old Index