pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/zzuf



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Mon Oct  2 13:36:32 UTC 2017

Modified Files:
        pkgsrc/devel/zzuf: Makefile

Log Message:
zzuf: fix build on SunOS

Uses c99 and needs correct feature test macros


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/zzuf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/zzuf/Makefile
diff -u pkgsrc/devel/zzuf/Makefile:1.5 pkgsrc/devel/zzuf/Makefile:1.6
--- pkgsrc/devel/zzuf/Makefile:1.5      Sun Apr 16 21:46:12 2017
+++ pkgsrc/devel/zzuf/Makefile  Mon Oct  2 13:36:32 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/04/16 21:46:12 khorben Exp $
+# $NetBSD: Makefile,v 1.6 2017/10/02 13:36:32 wiedi Exp $
 #
 
 DISTNAME=      zzuf-0.15
@@ -9,6 +9,7 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://caca.zoy.org/wiki/zzuf/
 COMMENT=       Transparent application input fuzzer
 
+USE_LANGUAGES= c99
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 
@@ -39,6 +40,8 @@ NETBSDLIB.rt!=                                                                \
        echo "$$lib"
 .endif
 
+CPPFLAGS.SunOS+=       -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
+
 TEST_TARGET=   check
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index