summaryrefslogtreecommitdiff
path: root/emulators/mame-devel/files/sdl.mak.patch
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/mame-devel/files/sdl.mak.patch')
-rw-r--r--emulators/mame-devel/files/sdl.mak.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/emulators/mame-devel/files/sdl.mak.patch b/emulators/mame-devel/files/sdl.mak.patch
deleted file mode 100644
index 63a6f480c890..000000000000
--- a/emulators/mame-devel/files/sdl.mak.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- 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 @@
-
- ifeq ($(TARGETOS),freebsd)
- TARGETOS = unix
--DEFS += -DNO_THREAD_COOPERATIVE
-+DEFS += -DNO_THREAD_COOPERATIVE -DNO_DEBUGGER
- endif
-
- ifeq ($(TARGETOS),openbsd)
-@@ -269,10 +269,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
--OSDCOREOBJS += $(SDLOBJ)/debugwin.o $(SDLOBJ)/dview.o $(SDLOBJ)/debug-sup.o $(SDLOBJ)/debug-intf.o
--CFLAGS += `pkg-config --cflags gtk+-2.0` `pkg-config --cflags gconf-2.0`
--LIBS += `pkg-config --libs gtk+-2.0` `pkg-config --libs gconf-2.0`
--CFLAGS += -DGTK_DISABLE_DEPRECATED
-+OSDCOREOBJS += $(SDLOBJ)/debugwin.o
-+#CFLAGS += `pkg-config --cflags gtk+-2.0` `pkg-config --cflags gconf-2.0`
-+#LIBS += `pkg-config --libs gtk+-2.0` `pkg-config --libs gconf-2.0`
-+#CFLAGS += -DGTK_DISABLE_DEPRECATED
- else
- OSDCOREOBJS += $(SDLOBJ)/debugwin.o
- endif # NO_X11