diff options
Diffstat (limited to 'games-strategy/wormux/files/wormux-0.7.1-user-CFLAGS.patch')
-rw-r--r-- | games-strategy/wormux/files/wormux-0.7.1-user-CFLAGS.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/games-strategy/wormux/files/wormux-0.7.1-user-CFLAGS.patch b/games-strategy/wormux/files/wormux-0.7.1-user-CFLAGS.patch deleted file mode 100644 index 0f6c0973fdc5..000000000000 --- a/games-strategy/wormux/files/wormux-0.7.1-user-CFLAGS.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- wormux-0.7/configure.orig 2006-04-04 23:41:28.000000000 +0200 -+++ wormux-0.7/configure 2006-04-04 23:43:34.000000000 +0200 -@@ -6752,9 +6752,7 @@ - GCC_FLAGS="$GCC_FLAGS -Wno-unused-parameter" - - if test "${debug}" = "yes"; then -- GCC_FLAGS="$GCC_FLAGS -O0 -g -DDEBUG" -- else -- GCC_FLAGS="$GCC_FLAGS -O2" -+ GCC_FLAGS="$GCC_FLAGS -DDEBUG" - fi - - CFLAGS="$CFLAGS $GCC_FLAGS" |