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/wormux/files: wormux-0.9.0-gentoo.patch
Date: Wed, 17 Feb 2010 19:55:45
Message-Id: E1Nhpzq-0003sN-7c@stork.gentoo.org
1 mr_bones_ 10/02/17 19:55:42
2
3 Added: wormux-0.9.0-gentoo.patch
4 Log:
5 version bump
6 (Portage version: 2.1.7.16/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 games-strategy/wormux/files/wormux-0.9.0-gentoo.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wormux/files/wormux-0.9.0-gentoo.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wormux/files/wormux-0.9.0-gentoo.patch?rev=1.1&content-type=text/plain
13
14 Index: wormux-0.9.0-gentoo.patch
15 ===================================================================
16 diff -ru wormux-0.9.0.orig/configure.ac wormux-0.9.0/configure.ac
17 --- wormux-0.9.0.orig/configure.ac 2010-01-26 15:01:12.000000000 -0500
18 +++ wormux-0.9.0/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 diff -ru wormux-0.9.0.orig/data/Makefile.am wormux-0.9.0/data/Makefile.am
42 --- wormux-0.9.0.orig/data/Makefile.am 2010-01-10 09:23:32.000000000 -0500
43 +++ wormux-0.9.0/data/Makefile.am 2010-02-17 14:42:10.353509871 -0500
44 @@ -1,8 +1,2 @@
45 -xdg_appsdir = $(prefix)/share/applications
46 -xdg_apps_DATA = wormux.desktop
47 -pixmapsdir = $(prefix)/share/pixmaps
48 -pixmaps_DATA = wormux_128x128.png
49 -
50 nobase_dist_pkgdata_DATA = @DATA_FILES@
51 pkgdatadir = @DATADIR@
52 -EXTRA_DIST = $(pixmaps_DATA)