diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2009-11-21 22:35:44 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2009-11-21 22:35:44 +0000 |
commit | 656e8c209db001ee3dd407c65391ee5076fc4d47 (patch) | |
tree | d542c94e05985015330b60f12df51ed0ae9e2524 /emulators/sdlmame/files/patch-makefile | |
parent | Remove devel/arm-elf-gcc295, broken for a long period and officially (diff) |
- Update to v0.135
PR: ports/140532
Submitted by: maintainer
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=244625
Diffstat (limited to 'emulators/sdlmame/files/patch-makefile')
-rw-r--r-- | emulators/sdlmame/files/patch-makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/emulators/sdlmame/files/patch-makefile b/emulators/sdlmame/files/patch-makefile index 70303c5cbe01..9dc54e92d8a5 100644 --- a/emulators/sdlmame/files/patch-makefile +++ b/emulators/sdlmame/files/patch-makefile @@ -1,5 +1,5 @@ ---- makefile.orig 2009-06-11 06:38:13.000000000 +0200 -+++ makefile 2009-07-23 02:44:01.000000000 +0200 +--- makefile.orig 2009-11-13 11:07:31.000000000 +0100 ++++ makefile 2009-11-13 11:08:58.000000000 +0100 @@ -59,7 +59,7 @@ ifeq ($(OSD),windows) TARGETOS = win32 @@ -38,15 +38,16 @@ 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 +- ++ -I$(LOCALBASE)/include \ - -@@ -395,7 +396,7 @@ + #------------------------------------------------- +@@ -395,7 +395,7 @@ ifneq ($(TARGETOS),macosx) ifneq ($(TARGETOS),os2) ifneq ($(TARGETOS),solaris) |