summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-01-02 11:03:32 +0100
committerJeroen Roovers <jer@gentoo.org>2020-01-02 11:05:58 +0100
commit84ac28a74a30b86533c0bdd21a40f7cd10549000 (patch)
tree3cae6b4808cf6556726c42abc3b61a0aff940ae6 /net-analyzer/pmacct/files
parentdev-python/twisted: keyworded 19.10.0 for sparc, bug #661320 (diff)
downloadgentoo-84ac28a74a30b86533c0bdd21a40f7cd10549000.tar.gz
gentoo-84ac28a74a30b86533c0bdd21a40f7cd10549000.tar.bz2
gentoo-84ac28a74a30b86533c0bdd21a40f7cd10549000.zip
net-analyzer/pmacct: Version 1.7.4
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/pmacct/files')
-rw-r--r--net-analyzer/pmacct/files/pmacct-1.7.4--Werror.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-analyzer/pmacct/files/pmacct-1.7.4--Werror.patch b/net-analyzer/pmacct/files/pmacct-1.7.4--Werror.patch
new file mode 100644
index 000000000000..e2e9685e1326
--- /dev/null
+++ b/net-analyzer/pmacct/files/pmacct-1.7.4--Werror.patch
@@ -0,0 +1,14 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -1109,9 +1109,9 @@
+ AC_MSG_RESULT(yes)
+ tmp_CFLAGS=`echo $CFLAGS | sed 's/O2/O0/g'`
+ CFLAGS="$tmp_CFLAGS"
+- CFLAGS="$CFLAGS -g -Wall -Werror"
++ CFLAGS="$CFLAGS -g -Wall"
+ else
+- CFLAGS="$CFLAGS -Wall -Werror"
++ CFLAGS="$CFLAGS -Wall"
+ AC_MSG_RESULT(no)
+ fi
+ ],