diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-09-27 22:55:07 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-09-27 22:55:07 +0000 |
commit | 3d21aaf41a79083465f327c945809463fc3de718 (patch) | |
tree | b5f9b83a8944665c7ebc0aa4b8a1ff1066fed68d /emulators/mame/files/patch-makefile | |
parent | - Update distinfo (improvements in the wrapper scripts and documentation). (diff) |
- Update to version 0.119.
Diffstat (limited to 'emulators/mame/files/patch-makefile')
-rw-r--r-- | emulators/mame/files/patch-makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/mame/files/patch-makefile b/emulators/mame/files/patch-makefile index 92e19a29f2f9..a8f014493709 100644 --- a/emulators/mame/files/patch-makefile +++ b/emulators/mame/files/patch-makefile @@ -1,5 +1,5 @@ ---- makefile.orig Thu Aug 30 23:22:34 2007 -+++ makefile Fri Aug 31 11:13:31 2007 +--- makefile.orig Fri Sep 14 17:11:34 2007 ++++ makefile Mon Sep 17 19:59:44 2007 @@ -69,11 +69,13 @@ # uncomment next line to include the debugger # DEBUG = 1 @@ -65,9 +65,9 @@ ifndef DEBUG ifndef PTR64 -CFLAGS += -Werror $(ARCH) -fno-strict-aliasing -+#CFLAGS += -Werror $(ARCH) -fno-strict-aliasing ++#CFLAGS += -Werror -fno-strict-aliasing + endif # PTR64 endif # !DEBUG - endif # !PTR64 endif # neq OPTIMIZE @@ -366,6 +370,7 @@ -I$(SRC)/lib/util \ |