diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-04-19 19:02:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-04-19 19:02:29 +0000 |
commit | 124f8285b4e47cc6cfb683851f86c3925a64f535 (patch) | |
tree | b1a35101912af4969519fdfc24788fab27f16756 /games-strategy/warmux/files | |
parent | version bump, by Rafał Mużyło, bug #362793 (diff) | |
download | historical-124f8285b4e47cc6cfb683851f86c3925a64f535.tar.gz historical-124f8285b4e47cc6cfb683851f86c3925a64f535.tar.bz2 historical-124f8285b4e47cc6cfb683851f86c3925a64f535.zip |
version bump
Package-Manager: portage-2.1.9.42/cvs/Linux i686
Diffstat (limited to 'games-strategy/warmux/files')
-rw-r--r-- | games-strategy/warmux/files/warmux-11.04-gentoo.patch | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/games-strategy/warmux/files/warmux-11.04-gentoo.patch b/games-strategy/warmux/files/warmux-11.04-gentoo.patch new file mode 100644 index 000000000000..0121fb576d94 --- /dev/null +++ b/games-strategy/warmux/files/warmux-11.04-gentoo.patch @@ -0,0 +1,40 @@ +diff -ru warmux-11.04.orig/configure.ac warmux-11.04/configure.ac +--- warmux-11.04.orig/configure.ac 2011-04-18 16:46:12.000000000 -0400 ++++ warmux-11.04/configure.ac 2011-04-19 11:17:27.380256500 -0400 +@@ -43,8 +43,6 @@ + AC_MSG_ERROR([*** No C++ compiler can be found!]) + fi + +-AX_CFLAGS_WARN_ALL([CXXFLAGS]) +- + # ========================================================================== + # == Set flags for various environments = + # ========================================================================== +@@ -348,14 +346,7 @@ + exit 1 + fi + +-dnl === Add Werror flag for gcc/g++ if debug mode is enabled, ============== +-dnl === but allow RTTI (ie dynamic_cast, typeid/typeinfo unavailable) ====== +-if test "x${debug}" = "xyes"; then +- CFLAGS="$CFLAGS -Werror" +- CXXFLAGS="$CXXFLAGS -Werror" +-else +- CXXFLAGS="$CXXFLAGS -fno-rtti" +-fi ++CXXFLAGS="$CXXFLAGS -fno-rtti" + + dnl === Forbid exceptions (Android platform requirement) =================== + CXXFLAGS="$CXXFLAGS -fno-exceptions" +diff -ru warmux-11.04.orig/data/Makefile.am warmux-11.04/data/Makefile.am +--- warmux-11.04.orig/data/Makefile.am 2011-04-18 16:46:11.000000000 -0400 ++++ warmux-11.04/data/Makefile.am 2011-04-19 11:17:45.134724536 -0400 +@@ -1,8 +1,2 @@ +-xdg_appsdir = $(prefix)/share/applications +-xdg_apps_DATA = warmux.desktop warmux_files.desktop +-pixmapsdir = $(prefix)/share/pixmaps +-pixmaps_DATA = icon/warmux_128x128.png +- + nobase_dist_pkgdata_DATA = @DATA_FILES@ + pkgdatadir = @DATADIR@ +-EXTRA_DIST = $(pixmaps_DATA) |