diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-03-31 19:50:30 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-03-31 19:50:30 +0000 |
commit | 4cb6fe155ef439b604cc66814b74496ba5dd0216 (patch) | |
tree | 423e2097b27d0465df23049f89631701b22cfc8b /dev-libs/liblognorm/files | |
parent | Revision bump, RDEPEND on mate-base/mate-desktop added as it installs a neces... (diff) | |
download | gentoo-2-4cb6fe155ef439b604cc66814b74496ba5dd0216.tar.gz gentoo-2-4cb6fe155ef439b604cc66814b74496ba5dd0216.tar.bz2 gentoo-2-4cb6fe155ef439b604cc66814b74496ba5dd0216.zip |
Fix patch. Reinstate latest stable (bug #505224).
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-libs/liblognorm/files')
-rw-r--r-- | dev-libs/liblognorm/files/respect_CFLAGS.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/liblognorm/files/respect_CFLAGS.patch b/dev-libs/liblognorm/files/respect_CFLAGS.patch index 2c93deadcdd5..6e8d28099ee9 100644 --- a/dev-libs/liblognorm/files/respect_CFLAGS.patch +++ b/dev-libs/liblognorm/files/respect_CFLAGS.patch @@ -5,7 +5,7 @@ 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 -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute" ++then CFLAGS="$CFLAGS -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute" fi AC_PROG_LIBTOOL |