summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-11-23 19:56:27 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-11-23 19:56:27 +0000
commitbe7d095150cfa333eb4736c2e930c5c7dbde5b89 (patch)
treea3b2a090b55b2e5cd3dcbd160865cd53b6d1c928 /net-irc/hexchat/files
parentStable for amd64, wrt bug #442394 (diff)
downloadgentoo-2-be7d095150cfa333eb4736c2e930c5c7dbde5b89.tar.gz
gentoo-2-be7d095150cfa333eb4736c2e930c5c7dbde5b89.tar.bz2
gentoo-2-be7d095150cfa333eb4736c2e930c5c7dbde5b89.zip
Remove old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-irc/hexchat/files')
-rw-r--r--net-irc/hexchat/files/hexchat-2.8.8-cflags.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/net-irc/hexchat/files/hexchat-2.8.8-cflags.patch b/net-irc/hexchat/files/hexchat-2.8.8-cflags.patch
deleted file mode 100644
index a220ce6d5948..000000000000
--- a/net-irc/hexchat/files/hexchat-2.8.8-cflags.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- configure.in
-+++ configure.in
-@@ -771,14 +771,6 @@
- if test -z "`echo "$CFLAGS" | grep "\-Wall" 2> /dev/null`" ; then
- CFLAGS="$CFLAGS -Wall"
- fi
-- if test "$system" = "Linux" -o "$system" = "FreeBSD"; then
-- if test -z "`echo "$CFLAGS" | grep "\-pipe" 2> /dev/null`" ; then
-- CFLAGS="$CFLAGS -pipe"
-- fi
-- fi
-- if test -z "`echo "$CFLAGS" | grep "\-g " 2> /dev/null`" ; then
-- CFLAGS="$CFLAGS -g"
-- fi
- fi
-
- dnl does this compiler support -Wno-pointer-sign ?