Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/warmux/files: warmux-0.9.2.1-gentoo.patch
Date: Sun, 23 Jan 2011 06:46:28
Message-Id: 20110123064617.4D53720054@flycatcher.gentoo.org
1 mr_bones_ 11/01/23 06:46:17
2
3 Added: warmux-0.9.2.1-gentoo.patch
4 Log:
5 wormux was renamed to warmux by upstream
6
7 (Portage version: 2.1.9.25/cvs/Linux i686, RepoMan options: --force)
8
9 Revision Changes Path
10 1.1 games-strategy/warmux/files/warmux-0.9.2.1-gentoo.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warmux/files/warmux-0.9.2.1-gentoo.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warmux/files/warmux-0.9.2.1-gentoo.patch?rev=1.1&content-type=text/plain
14
15 Index: warmux-0.9.2.1-gentoo.patch
16 ===================================================================
17 --- configure.ac 2010-01-26 15:01:12.000000000 -0500
18 +++ configure.ac 2010-02-17 14:41:46.953505745 -0500
19 @@ -48,8 +48,6 @@
20 dnl === Options for users =
21 dnl =========================================================================
22
23 -AX_CFLAGS_WARN_ALL([CXXFLAGS])
24 -
25 AC_ARG_ENABLE([servers],
26 [AS_HELP_STRING([--enable-servers],
27 [Enable building the index and game servers @<:@default=no@:>@])],
28 @@ -375,12 +373,6 @@
29 CXXFLAGS="$CXXFLAGS $LIBXML_CFLAGS $LIBPNG_CFLAGS"
30 LIBS="$LIBS $LIBXML_LIBS $LIBPNG_LIBS"
31
32 -dnl === Add Werror flag for gcc/g++ if debug mode is enabled ==============
33 -if test "x${debug}" = "xyes"; then
34 - CFLAGS="$CFLAGS -Werror"
35 - CXXFLAGS="$CXXFLAGS -Werror"
36 -fi
37 -
38 dnl ========================================================================
39 dnl == Check for header files =
40 dnl ========================================================================
41 --- data/Makefile.am 2010-01-10 09:23:32.000000000 -0500
42 +++ data/Makefile.am 2010-02-17 14:42:10.353509871 -0500
43 @@ -1,8 +1,2 @@
44 -xdg_appsdir = $(prefix)/share/applications
45 -xdg_apps_DATA = wormux.desktop
46 -pixmapsdir = $(prefix)/share/pixmaps
47 -pixmaps_DATA = wormux_128x128.png
48 -
49 nobase_dist_pkgdata_DATA = @DATA_FILES@
50 pkgdatadir = @DATADIR@
51 -EXTRA_DIST = $(pixmaps_DATA)