diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-05-26 05:58:54 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-05-26 05:58:54 +0000 |
commit | 20a942a887d435ac0def06073fa8b70efcb1dd48 (patch) | |
tree | 0d0756843a9b906e71603fbd6c39f3b3d937b07e /emulators/fmsx/files/patch-aa | |
parent | Update to version 4.0. (diff) |
Update to 3.5.1
Diffstat (limited to 'emulators/fmsx/files/patch-aa')
-rw-r--r-- | emulators/fmsx/files/patch-aa | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/emulators/fmsx/files/patch-aa b/emulators/fmsx/files/patch-aa deleted file mode 100644 index 9c9611768148..000000000000 --- a/emulators/fmsx/files/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.orig Sun Aug 21 13:35:41 2005 -+++ Makefile Sun Aug 21 13:36:51 2005 -@@ -51,10 +51,10 @@ - # If you are getting linker errors about not found X11 functions, - # change the -L/usr/X11R6/lib to the directory where X11 - # libraries libX11.* and libXext.* are located on your system. --CC = gcc --DEFINES = -DFMSX -DUNIX -DLSB_FIRST -DDEBUG -DMITSHM \ -- -DDISK -DNARROW -DSOUND -DBPP16 -DZLIB --CFLAGS = -O3 -Wall -I/usr/X11R6/include -L/usr/X11R6/lib ${DEFINES} -+CC ?= gcc -+DEFINES = -DFMSX -DUNIX -DLSB_FIRST -DMITSHM \ -+ -DDISK -DNARROW -DSOUND -D%%BPP%% -DZLIB -+CFLAGS = -O3 -Wall -I${LOCALBASE}/include -L${LOCALBASE}/lib ${DEFINES} - OBJECTS = fMSX.o MSX.o Patch.o Debug.o Disk.o Floppy.o Sound.o \ - Z80.o I8255.o AY8910.o YM2413.o SCC.o V9938.o I8251.o \ - Unix.o LibUnix.o SndUnix.o |