summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-05-21 20:59:18 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-05-21 20:59:18 +0200
commit9a41908293252bf540130b8f8c5e8ff26b2835a2 (patch)
treed4edad58a52ebaa3ebf7b6a002a34f6d1aa32bd2 /dev-libs/liblognorm/files/respect_CFLAGS.patch
parentdev-libs/liblognorm: hppa stable (diff)
downloadgentoo-9a41908293252bf540130b8f8c5e8ff26b2835a2.tar.gz
gentoo-9a41908293252bf540130b8f8c5e8ff26b2835a2.tar.bz2
gentoo-9a41908293252bf540130b8f8c5e8ff26b2835a2.zip
dev-libs/liblognorm: drop old
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'dev-libs/liblognorm/files/respect_CFLAGS.patch')
-rw-r--r--dev-libs/liblognorm/files/respect_CFLAGS.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-libs/liblognorm/files/respect_CFLAGS.patch b/dev-libs/liblognorm/files/respect_CFLAGS.patch
deleted file mode 100644
index 6e8d28099ee9..000000000000
--- a/dev-libs/liblognorm/files/respect_CFLAGS.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.ac.new 2014-03-20 10:56:14.777901140 +0200
-+++ configure.ac 2014-03-20 10:56:50.154143106 +0200
-@@ -12,7 +12,7 @@
- AC_PROG_CC
- AM_PROG_CC_C_O
- if test "$GCC" = "yes"
--then CFLAGS="$CFLAGS -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g"
-+then CFLAGS="$CFLAGS -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute"
- fi
-
- AC_PROG_LIBTOOL