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:   nia
Date:           Sun Jul  7 09:57:01 UTC 2024

Modified Files:
        pkgsrc/devel/zzuf: Makefile

Log Message:
zzuf: FORCE_C_STD for alloca


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 pkgsrc/devel/zzuf/Makefile:1.11
--- pkgsrc/devel/zzuf/Makefile:1.10     Mon Apr 22 09:59:20 2024
+++ pkgsrc/devel/zzuf/Makefile  Sun Jul  7 09:57:01 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2024/04/22 09:59:20 he Exp $
+# $NetBSD: Makefile,v 1.11 2024/07/07 09:57:01 nia Exp $
 #
 
 DISTNAME=      zzuf-0.15
@@ -10,10 +10,12 @@ MAINTAINER= pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://caca.zoy.org/wiki/zzuf/
 COMMENT=       Transparent application input fuzzer
 
-USE_LANGUAGES= gnu99
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 
+# for alloca
+FORCE_C_STD=   gnu99
+
 # overrides read() definition
 FORTIFY_SUPPORTED=     no
 



Home | Main Index | Thread Index | Old Index