pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/snoopy
Module Name: pkgsrc
Committed By: wiedi
Date: Sat Sep 23 20:30:30 UTC 2017
Modified Files:
pkgsrc/security/snoopy: Makefile
Log Message:
snoopy: fix build on SunOS
Needs POSIX_PTHREAD_SEMANTICS
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/snoopy/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/snoopy/Makefile
diff -u pkgsrc/security/snoopy/Makefile:1.1 pkgsrc/security/snoopy/Makefile:1.2
--- pkgsrc/security/snoopy/Makefile:1.1 Fri Dec 5 14:47:02 2014
+++ pkgsrc/security/snoopy/Makefile Sat Sep 23 20:30:30 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/12/05 14:47:02 imil Exp $
+# $NetBSD: Makefile,v 1.2 2017/09/23 20:30:30 wiedi Exp $
DISTNAME= snoopy-2.1.0
CATEGORIES= security
@@ -16,6 +16,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= aclocal autoheader autoconf automake gmake
+CPPFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS
+
pre-configure:
set -e; cd ${WRKSRC}; \
aclocal; autoheader; automake -a --foreign -i; autoconf
Home |
Main Index |
Thread Index |
Old Index