diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2009-03-13 03:14:10 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2009-03-13 03:14:10 +0000 |
commit | cc57bf725ec76c08c1137532ef23327965159532 (patch) | |
tree | 363029b0652c2463c3c9bf6354b6e51f80579f03 /emulators/sdlmame/files/sdl.mak.patch-debug | |
parent | dfd5a1ea32ad467de2ba06dce2db30d4936b4562 (diff) |
- Update to version 0.130.
- Remove wrapper scripts.
- Pass maintainership to submitter.
PR: ports/128557
Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org>
Notes
Notes:
svn path=/head/; revision=229980
Diffstat (limited to 'emulators/sdlmame/files/sdl.mak.patch-debug')
-rw-r--r-- | emulators/sdlmame/files/sdl.mak.patch-debug | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/sdlmame/files/sdl.mak.patch-debug b/emulators/sdlmame/files/sdl.mak.patch-debug new file mode 100644 index 000000000000..66573868cdc2 --- /dev/null +++ b/emulators/sdlmame/files/sdl.mak.patch-debug @@ -0,0 +1,11 @@ +--- src/osd/sdl/sdl.mak.orig 2009-03-05 21:41:13.000000000 +0100 ++++ src/osd/sdl/sdl.mak 2009-03-05 21:41:25.000000000 +0100 +@@ -127,7 +127,7 @@ + + ifeq ($(TARGETOS),freebsd) + TARGETOS = unix +-DEFS += -DNO_THREAD_COOPERATIVE -DNO_DEBUGGER ++DEFS += -DNO_THREAD_COOPERATIVE + endif + + ifeq ($(TARGETOS),unix) |