diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-26 14:26:46 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-26 14:26:46 +0000 |
| commit | ff37b2696f4b3942eeac2d28ab9c5f733621e495 (patch) | |
| tree | 8a1d6c03e0a80b7103c2a944559422f9835ef07c /emulators/mess/files | |
| parent | - Update to 4.3p18 (diff) | |
- Update to 0.135
PR: 140821
Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer)
Diffstat (limited to 'emulators/mess/files')
| -rw-r--r-- | emulators/mess/files/patch-makefile.sdl | 17 | ||||
| -rw-r--r-- | emulators/mess/files/sdl.mak.patch | 15 |
2 files changed, 15 insertions, 17 deletions
diff --git a/emulators/mess/files/patch-makefile.sdl b/emulators/mess/files/patch-makefile.sdl index 1f44c8bb6885..cc14870893d9 100644 --- a/emulators/mess/files/patch-makefile.sdl +++ b/emulators/mess/files/patch-makefile.sdl @@ -1,5 +1,5 @@ ---- makefile.sdl.orig 2009-07-23 03:54:02.000000000 +0200 -+++ makefile.sdl 2009-07-23 03:55:21.000000000 +0200 +--- makefile.sdl.orig 2009-09-17 02:49:53.000000000 +0200 ++++ makefile.sdl 2009-11-24 07:25:56.000000000 +0100 @@ -59,7 +59,7 @@ ifeq ($(OSD),windows) TARGETOS = win32 @@ -29,25 +29,24 @@ # add an EXE suffix to get the final emulator name EMULATOR = $(FULLNAME)$(EXE) -@@ -337,7 +337,7 @@ - # and make all errors into warnings +@@ -338,7 +338,7 @@ ifneq ($(OPTIMIZE),0) ifneq ($(TARGETOS),os2) + ifndef IA64 -CCOMFLAGS += -Werror -fno-strict-aliasing $(ARCHOPTS) +CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS) else - CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS) endif -@@ -379,7 +379,7 @@ + else +@@ -382,6 +382,7 @@ -I$(SRC)/lib/util \ -I$(SRC)/osd \ -I$(SRC)/osd/$(OSD) \ -- + -I$(LOCALBASE)/include \ - #------------------------------------------------- -@@ -392,7 +392,7 @@ + +@@ -395,7 +396,7 @@ ifneq ($(TARGETOS),macosx) ifneq ($(TARGETOS),os2) ifneq ($(TARGETOS),solaris) diff --git a/emulators/mess/files/sdl.mak.patch b/emulators/mess/files/sdl.mak.patch index 63a6f480c890..9623fe59ac74 100644 --- a/emulators/mess/files/sdl.mak.patch +++ b/emulators/mess/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 |
