diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2010-07-08 07:37:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2010-07-08 07:37:32 +0000 |
commit | b80064cbb9898918e6563795d0233e58fde5e7a6 (patch) | |
tree | c805049ad5c2b944a6ce5e4d414b7a5c0dff612e /emulators/mess/files/sdl.mak.patch | |
parent | Add an option to build the milter with SPF support. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_1_0'.release/8.1.0
Diffstat (limited to 'emulators/mess/files/sdl.mak.patch')
-rw-r--r-- | emulators/mess/files/sdl.mak.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/emulators/mess/files/sdl.mak.patch b/emulators/mess/files/sdl.mak.patch deleted file mode 100644 index 9623fe59ac74..000000000000 --- a/emulators/mess/files/sdl.mak.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- 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 - SYNC_IMPLEMENTATION = ntc - endif -@@ -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 --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 |