packages: sdlmame/sdlmame-duplicate_options.patch (NEW) - drop duplicated f...
lisu
lisu at pld-linux.org
Wed Oct 7 14:07:42 CEST 2009
Author: lisu Date: Wed Oct 7 12:07:42 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- drop duplicated flags
---- Files affected:
packages/sdlmame:
sdlmame-duplicate_options.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/sdlmame/sdlmame-duplicate_options.patch
diff -u /dev/null packages/sdlmame/sdlmame-duplicate_options.patch:1.1
--- /dev/null Wed Oct 7 14:07:42 2009
+++ packages/sdlmame/sdlmame-duplicate_options.patch Wed Oct 7 14:07:37 2009
@@ -0,0 +1,24 @@
+--- sdlmame0134u2/makefile~ 2009-10-07 12:12:04.000000000 +0200
++++ sdlmame0134u2/makefile 2009-10-07 12:14:42.000000000 +0200
+@@ -330,19 +330,16 @@
+ CCOMFLAGS += -pg
+ endif
+
+-# add the optimization flag
+-CCOMFLAGS += -O$(OPTIMIZE)
+-
+ # if we are optimizing, include optimization options
+ # and make all errors into warnings
+ ifneq ($(OPTIMIZE),0)
+ ifneq ($(TARGETOS),os2)
+ ifndef IA64
+-CCOMFLAGS += -Werror -fno-strict-aliasing $(ARCHOPTS)
++CCOMFLAGS += $(ARCHOPTS)
+ else
+ endif
+ else
+-CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
++CCOMFLAGS += $(ARCHOPTS)
+ endif
+ endif
+
================================================================
More information about the pld-cvs-commit
mailing list