summaryrefslogtreecommitdiff
path: root/emulators/mess/files/patch-makefile.sdl
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-07-26 20:51:49 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-07-26 20:51:49 +0000
commitdab9893008e881ec439046444f213f3dcff1164f (patch)
tree984b6ab5f4d8af7b927101806a33312265f8d3de /emulators/mess/files/patch-makefile.sdl
parent- Update to 0.1333 (diff)
- Update to 0.133
PR: 137022 Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer)
Diffstat (limited to 'emulators/mess/files/patch-makefile.sdl')
-rw-r--r--emulators/mess/files/patch-makefile.sdl15
1 files changed, 12 insertions, 3 deletions
diff --git a/emulators/mess/files/patch-makefile.sdl b/emulators/mess/files/patch-makefile.sdl
index c81e9d469692..1f44c8bb6885 100644
--- a/emulators/mess/files/patch-makefile.sdl
+++ b/emulators/mess/files/patch-makefile.sdl
@@ -1,5 +1,5 @@
---- makefile.sdl.orig 2009-03-13 16:53:53.000000000 +0000
-+++ makefile.sdl 2009-03-17 23:44:38.000000000 +0000
+--- makefile.sdl.orig 2009-07-23 03:54:02.000000000 +0200
++++ makefile.sdl 2009-07-23 03:55:21.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
@@ -38,6 +38,15 @@
else
CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
endif
+@@ -379,7 +379,7 @@
+ -I$(SRC)/lib/util \
+ -I$(SRC)/osd \
+ -I$(SRC)/osd/$(OSD) \
+-
++ -I$(LOCALBASE)/include \
+
+
+ #-------------------------------------------------
@@ -392,7 +392,7 @@
ifneq ($(TARGETOS),macosx)
ifneq ($(TARGETOS),os2)