diff options
author | 2006-04-27 07:09:32 +0000 | |
---|---|---|
committer | 2006-04-27 07:09:32 +0000 | |
commit | aa0beac6063fcf04591b9abf23bb1ba3ac4617b2 (patch) | |
tree | b3892c7832da3413f5e55e661a178053e5bcfba2 /games-strategy/wormux/files/wormux-0.7.1-user-CFLAGS.patch | |
parent | Fix segfault when build with debug USE flag enabled; submitted as x86 (#131341) (diff) | |
download | gentoo-2-aa0beac6063fcf04591b9abf23bb1ba3ac4617b2.tar.gz gentoo-2-aa0beac6063fcf04591b9abf23bb1ba3ac4617b2.tar.bz2 gentoo-2-aa0beac6063fcf04591b9abf23bb1ba3ac4617b2.zip |
version bump
(Portage version: 2.1_pre9-r4)
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, 13 insertions, 0 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 new file mode 100644 index 000000000000..0f6c0973fdc5 --- /dev/null +++ b/games-strategy/wormux/files/wormux-0.7.1-user-CFLAGS.patch @@ -0,0 +1,13 @@ +--- 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" |