Author: pebender
Date: Sun Apr 19 19:37:57 2009
New Revision: 4637
Modified:
trunk/gar-minimyth/script/emulators/sdlmame/checksums
trunk/gar-minimyth/script/emulators/sdlmame/files/sdlmame-0.130.patch.gar
Log:
- Disabled -Werror compile option in emulators/sdlmame so that it compiles
with gcc 4.4.0.
Modified: trunk/gar-minimyth/script/emulators/sdlmame/checksums
==============================================================================
--- trunk/gar-minimyth/script/emulators/sdlmame/checksums (original)
+++ trunk/gar-minimyth/script/emulators/sdlmame/checksums Sun Apr 19
19:37:57 2009
@@ -1,4 +1,4 @@
1195da0b6ae762eeebb21f500509d62d download/sdlmame0130.zip
4a348479918fbdb3cb2ee4fc8219ce53 download/sdlmame-0.130-no_gtk.patch
-cead4cf3f82bccf7a089c1c186b5a54f download/sdlmame-0.130.patch.gar
+490c29a228090b7feb731fe51c95a967 download/sdlmame-0.130.patch.gar
3aaa874d9886ad6b7861c121697445a4 download/sdlmame-0.130-cross.patch
Modified:
trunk/gar-minimyth/script/emulators/sdlmame/files/sdlmame-0.130.patch.gar
==============================================================================
---
trunk/gar-minimyth/script/emulators/sdlmame/files/sdlmame-0.130.patch.gar
(original)
+++
trunk/gar-minimyth/script/emulators/sdlmame/files/sdlmame-0.130.patch.gar
Sun Apr 19 19:37:57 2009
@@ -1,6 +1,6 @@
diff -Naur sdlmame0130-old/makefile sdlmame0130-new/makefile
--- sdlmame0130-old/makefile 2009-03-05 06:16:35.000000000 -0800
-+++ sdlmame0130-new/makefile 2009-04-05 13:06:05.000000000 -0700
++++ sdlmame0130-new/makefile 2009-04-19 19:12:15.000000000 -0700
@@ -125,10 +125,10 @@
# BIGENDIAN = 1
@@ -31,9 +31,18 @@
+@@ -337,7 +337,7 @@
+ # and make all errors into warnings
+ ifneq ($(OPTIMIZE),0)
+ ifneq ($(TARGETOS),os2)
+-CCOMFLAGS += -Werror -fno-strict-aliasing $(ARCHOPTS)
++CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
+ else
+ CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
+ endif
diff -Naur sdlmame0130-old/src/osd/sdl/sdl.mak
sdlmame0130-new/src/osd/sdl/sdl.mak
--- sdlmame0130-old/src/osd/sdl/sdl.mak 2009-01-02 12:59:12.000000000
-0800
-+++ sdlmame0130-new/src/osd/sdl/sdl.mak 2009-04-05 13:08:30.000000000
-0700
++++ sdlmame0130-new/src/osd/sdl/sdl.mak 2009-04-19 19:11:46.000000000
-0700
@@ -249,8 +249,8 @@
endif
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---