pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/snoopy snoopy: fix build on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a54e5d34207b
branches:  trunk
changeset: 368960:a54e5d34207b
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Sat Sep 23 20:30:30 2017 +0000

description:
snoopy: fix build on SunOS

Needs POSIX_PTHREAD_SEMANTICS

diffstat:

 security/snoopy/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 56536cc11928 -r a54e5d34207b security/snoopy/Makefile
--- a/security/snoopy/Makefile  Sat Sep 23 20:14:57 2017 +0000
+++ b/security/snoopy/Makefile  Sat Sep 23 20:30:30 2017 +0000
@@ -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 @@
 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