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 Apr 25 07:52:38 UTC 2021
Modified Files:
pkgsrc/devel/zzuf: Makefile
Log Message:
zzuf: disable FORTIFY to fix build
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 pkgsrc/devel/zzuf/Makefile:1.9
--- pkgsrc/devel/zzuf/Makefile:1.8 Sun Nov 3 10:39:32 2019
+++ pkgsrc/devel/zzuf/Makefile Sun Apr 25 07:52:38 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/11/03 10:39:32 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2021/04/25 07:52:38 nia Exp $
#
DISTNAME= zzuf-0.15
@@ -13,6 +13,9 @@ USE_LANGUAGES= c99
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
+# overrides read() definition
+FORTIFY_SUPPORTED= no
+
BUILDLINK_TRANSFORM+= l:gnugetopt:getopt
SHLIBTOOL_OVERRIDE= # empty
CONFIG_GUESS_OVERRIDE= .auto/config.guess
Home |
Main Index |
Thread Index |
Old Index