summaryrefslogtreecommitdiff
path: root/emulators/sdlmame/files/patch-makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-07-26 20:50:59 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-07-26 20:50:59 +0000
commitc476b6c742aec85b29d42439e419c27c97d3d8ed (patch)
tree97ea08ac74f9e54c44a42f34ffc5df6edd9b36f6 /emulators/sdlmame/files/patch-makefile
parent- Update to 0.08 (diff)
- Update to 0.1333
PR: 137019 Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer)
Notes
Notes: svn path=/head/; revision=238404
Diffstat (limited to 'emulators/sdlmame/files/patch-makefile')
-rw-r--r--emulators/sdlmame/files/patch-makefile19
1 files changed, 9 insertions, 10 deletions
diff --git a/emulators/sdlmame/files/patch-makefile b/emulators/sdlmame/files/patch-makefile
index f3a447bb9818..70303c5cbe01 100644
--- a/emulators/sdlmame/files/patch-makefile
+++ b/emulators/sdlmame/files/patch-makefile
@@ -1,5 +1,5 @@
---- makefile.orig 2009-03-05 14:16:35.000000000 +0000
-+++ makefile 2009-03-13 02:39:13.000000000 +0000
+--- makefile.orig 2009-06-11 06:38:13.000000000 +0200
++++ makefile 2009-07-23 02:44:01.000000000 +0200
@@ -59,7 +59,7 @@
ifeq ($(OSD),windows)
TARGETOS = win32
@@ -16,7 +16,7 @@
-CC = @gcc
-LD = @gcc
+CC := @$(CC)
-+LD = @$(CC)
++LD := @$(CC)
MD = -mkdir$(EXE)
RM = @rm -f
@@ -29,25 +29,24 @@
# add an EXE suffix to get the final emulator name
EMULATOR = $(FULLNAME)$(EXE)
-@@ -337,7 +337,7 @@
- # and make all errors into warnings
+@@ -338,7 +338,7 @@
ifneq ($(OPTIMIZE),0)
ifneq ($(TARGETOS),os2)
+ ifndef IA64
-CCOMFLAGS += -Werror -fno-strict-aliasing $(ARCHOPTS)
+CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
else
- CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
endif
-@@ -379,7 +379,7 @@
+ else
+@@ -382,6 +382,7 @@
-I$(SRC)/lib/util \
-I$(SRC)/osd \
-I$(SRC)/osd/$(OSD) \
--
+ -I$(LOCALBASE)/include
- #-------------------------------------------------
-@@ -392,7 +392,7 @@
+
+@@ -395,7 +396,7 @@
ifneq ($(TARGETOS),macosx)
ifneq ($(TARGETOS),os2)
ifneq ($(TARGETOS),solaris)