diff options
Diffstat (limited to 'net-irc/xchat/files/xchat-2.8.8-cflags.patch')
-rw-r--r-- | net-irc/xchat/files/xchat-2.8.8-cflags.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net-irc/xchat/files/xchat-2.8.8-cflags.patch b/net-irc/xchat/files/xchat-2.8.8-cflags.patch deleted file mode 100644 index 896d61aa9840..000000000000 --- a/net-irc/xchat/files/xchat-2.8.8-cflags.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- xchat-2.8.8/configure.in -+++ xchat-2.8.8/configure.in -@@ -628,14 +628,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 ? |