blob: 73a1f018f146c376d5b5d14c379be9d3dc114d56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
diff -ru wormux-0.9.0.orig/configure.ac wormux-0.9.0/configure.ac
--- wormux-0.9.0.orig/configure.ac 2010-01-26 15:01:12.000000000 -0500
+++ wormux-0.9.0/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 ========================================================================
diff -ru wormux-0.9.0.orig/data/Makefile.am wormux-0.9.0/data/Makefile.am
--- wormux-0.9.0.orig/data/Makefile.am 2010-01-10 09:23:32.000000000 -0500
+++ wormux-0.9.0/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)
|