diff options
author | 2008-07-23 01:34:05 +0000 | |
---|---|---|
committer | 2008-07-23 01:34:05 +0000 | |
commit | 6be8c198d358876a96dcbd41e8d60564a7a98e15 (patch) | |
tree | 44f6bcd8fa58d55e9b0ff6709698f0461c4d0710 /games-strategy/wormux/files | |
parent | Adding new package: inconsolata monospace font (diff) | |
download | gentoo-2-6be8c198d358876a96dcbd41e8d60564a7a98e15.tar.gz gentoo-2-6be8c198d358876a96dcbd41e8d60564a7a98e15.tar.bz2 gentoo-2-6be8c198d358876a96dcbd41e8d60564a7a98e15.zip |
old
(Portage version: 2.1.4.4)
(Unsigned Manifest commit)
Diffstat (limited to 'games-strategy/wormux/files')
-rw-r--r-- | games-strategy/wormux/files/wormux-0.7.4-user-CFLAGS.patch | 13 | ||||
-rw-r--r-- | games-strategy/wormux/files/wormux-0.7.9-user-CFLAGS.patch | 30 |
2 files changed, 0 insertions, 43 deletions
diff --git a/games-strategy/wormux/files/wormux-0.7.4-user-CFLAGS.patch b/games-strategy/wormux/files/wormux-0.7.4-user-CFLAGS.patch deleted file mode 100644 index 6f865a211079..000000000000 --- a/games-strategy/wormux/files/wormux-0.7.4-user-CFLAGS.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- configure -+++ configure -@@ -6766,9 +6766,7 @@ - GCC_FLAGS="$GCC_FLAGS -Wno-unused-parameter" - - if test "${debug}" = "yes"; then -- GCC_FLAGS="$GCC_FLAGS -O0 -g -DDEBUG -Werror" -- else -- GCC_FLAGS="$GCC_FLAGS -O2" -+ GCC_FLAGS="$GCC_FLAGS -DDEBUG" - fi - - CFLAGS="$CFLAGS $GCC_FLAGS" diff --git a/games-strategy/wormux/files/wormux-0.7.9-user-CFLAGS.patch b/games-strategy/wormux/files/wormux-0.7.9-user-CFLAGS.patch deleted file mode 100644 index 4f8a1b55d593..000000000000 --- a/games-strategy/wormux/files/wormux-0.7.9-user-CFLAGS.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- configure -+++ configure -@@ -7314,13 +7314,11 @@ - GCC_FLAGS="$GCC_FLAGS -Wno-unused-parameter" - - if test "x${debug}" = "xyes"; then -- GCC_FLAGS="$GCC_FLAGS -O0 -g -DDEBUG" -- else -- GCC_FLAGS="$GCC_FLAGS -O2" -+ GCC_FLAGS="$GCC_FLAGS -DDEBUG" - fi - -- CFLAGS="$GCC_FLAGS" -- CXXFLAGS="$GCC_FLAGS" -+ CFLAGS="$CFLAGS $GCC_FLAGS" -+ CXXFLAGS="$CXXFLAGS $GCC_FLAGS" - - else - if test "x${debug}" = "xyes"; then ---- src/Makefile.in -+++ src/Makefile.in -@@ -518,7 +518,7 @@ - weapon/submachine_gun.h weapon/polecat.cpp weapon/polecat.h \ - weapon/blowtorch.cpp weapon/blowtorch.h weapon/syringe.cpp \ - weapon/syringe.h $(am__append_1) --AM_CXXFLAGS = -DINSTALL_DATADIR=\"$(pkgdatadir)\" -DINSTALL_LOCALEDIR=\"$(localedir)\" -DFONT_FILE=\"$(fontfile)\" -DPACKAGE_VERSION=\"$(PACKAGE_VERSION)\" -Werror -+AM_CXXFLAGS = -DINSTALL_DATADIR=\"$(pkgdatadir)\" -DINSTALL_LOCALEDIR=\"$(localedir)\" -DFONT_FILE=\"$(fontfile)\" -DPACKAGE_VERSION=\"$(PACKAGE_VERSION)\" - all: config.h - $(MAKE) $(AM_MAKEFLAGS) all-recursive - |