diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-01-23 06:46:17 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-01-23 06:46:17 +0000 |
commit | 687375d4834fd5d8a59d2167812533f74a086149 (patch) | |
tree | 031c098c67e3783f454aee246313070586e02879 /games-strategy/warmux/files | |
parent | version bump (diff) | |
download | gentoo-2-687375d4834fd5d8a59d2167812533f74a086149.tar.gz gentoo-2-687375d4834fd5d8a59d2167812533f74a086149.tar.bz2 gentoo-2-687375d4834fd5d8a59d2167812533f74a086149.zip |
wormux was renamed to warmux by upstream
(Portage version: 2.1.9.25/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'games-strategy/warmux/files')
-rw-r--r-- | games-strategy/warmux/files/warmux-0.9.2.1-gentoo.patch | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/games-strategy/warmux/files/warmux-0.9.2.1-gentoo.patch b/games-strategy/warmux/files/warmux-0.9.2.1-gentoo.patch new file mode 100644 index 000000000000..042fe6a4acb9 --- /dev/null +++ b/games-strategy/warmux/files/warmux-0.9.2.1-gentoo.patch @@ -0,0 +1,35 @@ +--- configure.ac 2010-01-26 15:01:12.000000000 -0500 ++++ configure.ac 2010-02-17 14:41:46.953505745 -0500 +@@ -48,8 +48,6 @@ + dnl === Options for users = + dnl ========================================================================= + +-AX_CFLAGS_WARN_ALL([CXXFLAGS]) +- + AC_ARG_ENABLE([servers], + [AS_HELP_STRING([--enable-servers], + [Enable building the index and game servers @<:@default=no@:>@])], +@@ -375,12 +373,6 @@ + CXXFLAGS="$CXXFLAGS $LIBXML_CFLAGS $LIBPNG_CFLAGS" + LIBS="$LIBS $LIBXML_LIBS $LIBPNG_LIBS" + +-dnl === Add Werror flag for gcc/g++ if debug mode is enabled ============== +-if test "x${debug}" = "xyes"; then +- CFLAGS="$CFLAGS -Werror" +- CXXFLAGS="$CXXFLAGS -Werror" +-fi +- + dnl ======================================================================== + dnl == Check for header files = + dnl ======================================================================== +--- data/Makefile.am 2010-01-10 09:23:32.000000000 -0500 ++++ data/Makefile.am 2010-02-17 14:42:10.353509871 -0500 +@@ -1,8 +1,2 @@ +-xdg_appsdir = $(prefix)/share/applications +-xdg_apps_DATA = wormux.desktop +-pixmapsdir = $(prefix)/share/pixmaps +-pixmaps_DATA = wormux_128x128.png +- + nobase_dist_pkgdata_DATA = @DATA_FILES@ + pkgdatadir = @DATADIR@ +-EXTRA_DIST = $(pixmaps_DATA) |