diff options
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 |