summaryrefslogtreecommitdiff
path: root/emulators/mame-devel/files/patch-makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-11-04 10:07:50 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-11-04 10:07:50 +0000
commitb7d89bdc43a8d1b10ec043b6df34ee7435978b90 (patch)
treed390c6c321d68a36de54366134514c75474a0358 /emulators/mame-devel/files/patch-makefile
parentPuDB is a full-screen, console-based visual debugger for Python. (diff)
- Update to 0.134u4
PR: 140154 Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer)
Notes
Notes: svn path=/head/; revision=243748
Diffstat (limited to 'emulators/mame-devel/files/patch-makefile')
-rw-r--r--emulators/mame-devel/files/patch-makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/emulators/mame-devel/files/patch-makefile b/emulators/mame-devel/files/patch-makefile
index 096591cadf0c..48eb2cc00fc9 100644
--- a/emulators/mame-devel/files/patch-makefile
+++ b/emulators/mame-devel/files/patch-makefile
@@ -1,5 +1,5 @@
---- makefile.orig 2009-08-14 00:29:05.000000000 +0200
-+++ makefile 2009-08-14 00:31:28.000000000 +0200
+--- makefile.orig 2009-11-01 01:19:01.000000000 +0100
++++ makefile 2009-11-01 01:21:41.000000000 +0100
@@ -59,7 +59,7 @@
ifeq ($(OSD),windows)
TARGETOS = win32
@@ -47,20 +47,21 @@
else
endif
else
-@@ -382,6 +382,7 @@
+@@ -382,7 +382,7 @@
-I$(SRC)/lib/util \
-I$(SRC)/osd \
-I$(SRC)/osd/$(OSD) \
+-
+ -I$(LOCALBASE)/include \
-
-@@ -395,7 +396,7 @@
+ #-------------------------------------------------
+@@ -395,7 +395,7 @@
ifneq ($(TARGETOS),macosx)
ifneq ($(TARGETOS),os2)
ifneq ($(TARGETOS),solaris)
-LDFLAGS = -Wl,--warn-common
-+LDFLAGS = -Wl,--warn-common $(PTHREAD_LIBS) -L$(LOCALBASE)/lib
++LDFLAGS = -Wl,--warn-common -L$(LOCALBASE)/lib
endif
endif
endif