Author: belegdol
Update of /cvs/nonfree/rpms/sdlmess/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28473/F-9
Modified Files:
sdlmess-warnings.patch
Log Message:
Actually update the warning patch in F-10 and F-9
sdlmess-warnings.patch:
Index: sdlmess-warnings.patch
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-9/sdlmess-warnings.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sdlmess-warnings.patch 4 Jun 2008 14:16:45 -0000 1.1
+++ sdlmess-warnings.patch 13 Mar 2009 19:11:06 -0000 1.2
@@ -1,11 +1,11 @@
---- makefile.sdl.warnings~ 2008-03-27 13:19:35.000000000 +0100
-+++ makefile.sdl 2008-03-27 13:19:54.000000000 +0100
-@@ -332,7 +332,7 @@
+--- makefile.sdl.warnings~ 2009-03-13 17:53:53.000000000 +0100
++++ makefile.sdl 2009-03-13 19:33:12.000000000 +0100
+@@ -337,7 +337,7 @@
+ # and make all errors into warnings
ifneq ($(OPTIMIZE),0)
- CFLAGS += $(ARCHOPTS) -fno-strict-aliasing
ifneq ($(TARGETOS),os2)
--CFLAGS += -Werror
-+#CFLAGS += -Werror
+-CCOMFLAGS += -Werror -fno-strict-aliasing $(ARCHOPTS)
++CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
+ else
+ CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
endif
- endif
-