monkey-bubble/monkey-bubble-0.3.2-Werror.patch

85 lines
3.3 KiB
Diff
Raw Normal View History

diff -ru monkey-bubble-0.3.2/src/audio/Makefile.am monkey-bubble-0.3.2-fix/src/audio/Makefile.am
--- monkey-bubble-0.3.2/src/audio/Makefile.am 2004-06-29 08:53:42.000000000 +0200
+++ monkey-bubble-0.3.2-fix/src/audio/Makefile.am 2005-11-09 15:13:02.000000000 +0100
@@ -3,7 +3,7 @@
INCLUDES = \
$(LIBMONKEYAUDIO_A_CFLAGS) \
-I$(top_srcdir)/src/monkey \
- -g -O2 -Wall -Werror -D_REENTRANT -DDATADIR=\""$(datadir)"\"
+ -g -O2 -Wall -D_REENTRANT -DDATADIR=\""$(datadir)"\"
noinst_LIBRARIES = libmonkeyaudio.a
diff -ru monkey-bubble-0.3.2/src/input/Makefile.am monkey-bubble-0.3.2-fix/src/input/Makefile.am
--- monkey-bubble-0.3.2/src/input/Makefile.am 2004-06-29 08:53:47.000000000 +0200
+++ monkey-bubble-0.3.2-fix/src/input/Makefile.am 2005-11-09 15:13:12.000000000 +0100
@@ -2,7 +2,7 @@
INCLUDES = \
$(LIBMBINPUT_A_CFLAGS) \
- -g -O2 -Wall -Werror -D_REENTRANT -DDATADIR=\""$(datadir)"\"
+ -g -O2 -Wall -D_REENTRANT -DDATADIR=\""$(datadir)"\"
noinst_LIBRARIES = libmbinput.a
diff -ru monkey-bubble-0.3.2/src/monkey/Makefile.am monkey-bubble-0.3.2-fix/src/monkey/Makefile.am
--- monkey-bubble-0.3.2/src/monkey/Makefile.am 2004-06-29 08:53:42.000000000 +0200
+++ monkey-bubble-0.3.2-fix/src/monkey/Makefile.am 2005-11-09 15:13:20.000000000 +0100
@@ -4,7 +4,7 @@
INCLUDES = \
$(LIBMONKEY_A_CFLAGS) \
- -Wall -Werror -g
+ -Wall -g
noinst_LIBRARIES = libmonkey.a
diff -ru monkey-bubble-0.3.2/src/net/Makefile.am monkey-bubble-0.3.2-fix/src/net/Makefile.am
--- monkey-bubble-0.3.2/src/net/Makefile.am 2004-06-29 08:53:44.000000000 +0200
+++ monkey-bubble-0.3.2-fix/src/net/Makefile.am 2005-11-09 15:12:28.000000000 +0100
@@ -7,7 +7,7 @@
-I$(top_srcdir)/src/view \
-I$(top_srcdir)/src/ui \
-I$(top_srcdir)/src/util \
- -g -O2 -Wall -Werror -D_REENTRANT -D_DEBUG_ -D_TIME_DEBUG_ \
+ -g -O2 -Wall -D_REENTRANT -D_DEBUG_ -D_TIME_DEBUG_ \
$(NULL)
# -g -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -D_REENTRANT -D_TIME_DEBUG_ -D_DEBUG_
diff -ru monkey-bubble-0.3.2/src/ui/Makefile.am monkey-bubble-0.3.2-fix/src/ui/Makefile.am
--- monkey-bubble-0.3.2/src/ui/Makefile.am 2004-06-29 08:53:46.000000000 +0200
+++ monkey-bubble-0.3.2-fix/src/ui/Makefile.am 2005-11-09 15:12:17.000000000 +0100
@@ -13,7 +13,7 @@
-I$(top_srcdir)/src/util \
-I$(top_srcdir)/src/net \
-I$(top_srcdir)/src/input \
- -Wall -Werror
+ -Wall
bin_PROGRAMS = monkey-bubble
diff -ru monkey-bubble-0.3.2/src/util/Makefile.am monkey-bubble-0.3.2-fix/src/util/Makefile.am
--- monkey-bubble-0.3.2/src/util/Makefile.am 2004-06-29 08:53:46.000000000 +0200
+++ monkey-bubble-0.3.2-fix/src/util/Makefile.am 2005-11-09 15:12:52.000000000 +0100
@@ -4,7 +4,7 @@
INCLUDES = \
$(LIBMONKEYUTIL_A_CFLAGS) \
- -Wall -Werror -g
+ -Wall -g
noinst_LIBRARIES = libmonkeyutil.a
diff -ru monkey-bubble-0.3.2/src/view/Makefile.am monkey-bubble-0.3.2-fix/src/view/Makefile.am
--- monkey-bubble-0.3.2/src/view/Makefile.am 2004-07-01 10:30:17.000000000 +0200
+++ monkey-bubble-0.3.2-fix/src/view/Makefile.am 2005-11-09 15:12:43.000000000 +0100
@@ -5,7 +5,7 @@
$(LIBMONKEYVIEW_A_CFLAGS) \
$(AM_CFLAGS) \
-I$(top_srcdir)/src/monkey \
- -g -O2 -Wall -Werror -D_REENTRANT -DDATADIR=\""$(datadir)"\"
+ -g -O2 -Wall -D_REENTRANT -DDATADIR=\""$(datadir)"\"
noinst_LIBRARIES = libmonkeyview.a