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