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/mame/files/sdl.mak.patch | |
| 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/mame/files/sdl.mak.patch')
| -rw-r--r-- | emulators/mame/files/sdl.mak.patch | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/emulators/mame/files/sdl.mak.patch b/emulators/mame/files/sdl.mak.patch index 63a6f480c890..9623fe59ac74 100644 --- a/emulators/mame/files/sdl.mak.patch +++ b/emulators/mame/files/sdl.mak.patch @@ -1,15 +1,14 @@ ---- src/osd/sdl/sdl.mak.orig 2009-03-19 14:09:23.000000000 +0100 -+++ src/osd/sdl/sdl.mak 2009-03-25 05:32:18.000000000 +0100 -@@ -127,7 +127,7 @@ +--- src/osd/sdl/sdl.mak.orig 2009-11-13 11:09:21.000000000 +0100 ++++ src/osd/sdl/sdl.mak 2009-11-13 11:10:24.000000000 +0100 +@@ -140,6 +140,7 @@ + endif ifeq ($(TARGETOS),freebsd) ++DEFS += -DNO_DEBUGGER TARGETOS = unix --DEFS += -DNO_THREAD_COOPERATIVE -+DEFS += -DNO_THREAD_COOPERATIVE -DNO_DEBUGGER + SYNC_IMPLEMENTATION = ntc endif - - ifeq ($(TARGETOS),openbsd) -@@ -269,10 +269,10 @@ +@@ -288,10 +289,10 @@ # the new debugger relies on GTK+ in addition to the base SDLMAME needs # Non-X11 builds can not use the debugger ifndef NO_X11 |
