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.2.1-gentoo.patch wormux-0.9.2-gentoo.patch wormux-0.9.2-x86_64.patch
Date: Tue, 20 Apr 2010 19:08:37
Message-Id: 20100420190834.C6C932C049@corvid.gentoo.org
1 mr_bones_ 10/04/20 19:08:34
2
3 Added: wormux-0.9.2.1-gentoo.patch
4 Removed: wormux-0.9.2-gentoo.patch wormux-0.9.2-x86_64.patch
5 Log:
6 version bump; clean old
7 (Portage version: 2.1.8.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 games-strategy/wormux/files/wormux-0.9.2.1-gentoo.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wormux/files/wormux-0.9.2.1-gentoo.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wormux/files/wormux-0.9.2.1-gentoo.patch?rev=1.1&content-type=text/plain
14
15 Index: wormux-0.9.2.1-gentoo.patch
16 ===================================================================
17 diff -ru wormux-0.9.0.orig/configure.ac wormux-0.9.0/configure.ac
18 --- wormux-0.9.0.orig/configure.ac 2010-01-26 15:01:12.000000000 -0500
19 +++ wormux-0.9.0/configure.ac 2010-02-17 14:41:46.953505745 -0500
20 @@ -48,8 +48,6 @@
21 dnl === Options for users =
22 dnl =========================================================================
23
24 -AX_CFLAGS_WARN_ALL([CXXFLAGS])
25 -
26 AC_ARG_ENABLE([servers],
27 [AS_HELP_STRING([--enable-servers],
28 [Enable building the index and game servers @<:@default=no@:>@])],
29 @@ -375,12 +373,6 @@
30 CXXFLAGS="$CXXFLAGS $LIBXML_CFLAGS $LIBPNG_CFLAGS"
31 LIBS="$LIBS $LIBXML_LIBS $LIBPNG_LIBS"
32
33 -dnl === Add Werror flag for gcc/g++ if debug mode is enabled ==============
34 -if test "x${debug}" = "xyes"; then
35 - CFLAGS="$CFLAGS -Werror"
36 - CXXFLAGS="$CXXFLAGS -Werror"
37 -fi
38 -
39 dnl ========================================================================
40 dnl == Check for header files =
41 dnl ========================================================================
42 diff -ru wormux-0.9.0.orig/data/Makefile.am wormux-0.9.0/data/Makefile.am
43 --- wormux-0.9.0.orig/data/Makefile.am 2010-01-10 09:23:32.000000000 -0500
44 +++ wormux-0.9.0/data/Makefile.am 2010-02-17 14:42:10.353509871 -0500
45 @@ -1,8 +1,2 @@
46 -xdg_appsdir = $(prefix)/share/applications
47 -xdg_apps_DATA = wormux.desktop
48 -pixmapsdir = $(prefix)/share/pixmaps
49 -pixmaps_DATA = wormux_128x128.png
50 -
51 nobase_dist_pkgdata_DATA = @DATA_FILES@
52 pkgdatadir = @DATADIR@
53 -EXTRA_DIST = $(pixmaps_DATA)