diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2009-04-05 06:04:39 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2009-04-05 06:04:39 +0000 |
commit | b3d56bad895365de7514f1cd27a3f968230be595 (patch) | |
tree | 19eb844fcb8f531a855502820067a61f273cc9c1 /emulators/sdlmame-devel/files/patch-makefile | |
parent | Sync with www/trac, and upgrade to 0.11.3.ja1. (diff) |
- Finish repocopy of sdlmame-devel and update to version 0.130u1
PR: ports/128558
Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org>
Notes
Notes:
svn path=/head/; revision=231627
Diffstat (limited to 'emulators/sdlmame-devel/files/patch-makefile')
-rw-r--r-- | emulators/sdlmame-devel/files/patch-makefile | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/emulators/sdlmame-devel/files/patch-makefile b/emulators/sdlmame-devel/files/patch-makefile index f3a447bb9818..740a57366e57 100644 --- a/emulators/sdlmame-devel/files/patch-makefile +++ b/emulators/sdlmame-devel/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-03-19 14:14:18.000000000 +0100 ++++ makefile 2009-03-25 05:24:41.000000000 +0100 @@ -59,7 +59,7 @@ ifeq ($(OSD),windows) TARGETOS = win32 @@ -9,6 +9,15 @@ endif endif +@@ -73,7 +73,7 @@ + # PREFIX = + + # uncomment and specify suffix to be added to the name +-# SUFFIX = ++SUFFIX = -devel + + + @@ -197,8 +197,8 @@ # compiler, linker and utilities |