diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-15 15:49:17 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-15 15:49:17 +0000 |
commit | 6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa (patch) | |
tree | fb8d61358190cc429db453d54fb9920ccfde716f /emulators/fceux/files/patch-Makefile.unixsdl | |
parent | ea16706c62b542adc8f3b887256bf215bf914db6 (diff) |
Notes
Diffstat (limited to 'emulators/fceux/files/patch-Makefile.unixsdl')
-rw-r--r-- | emulators/fceux/files/patch-Makefile.unixsdl | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/emulators/fceux/files/patch-Makefile.unixsdl b/emulators/fceux/files/patch-Makefile.unixsdl deleted file mode 100644 index 27703203be6e..000000000000 --- a/emulators/fceux/files/patch-Makefile.unixsdl +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile.unixsdl.orig Mon Nov 10 12:33:14 2003 -+++ Makefile.unixsdl Tue Dec 9 01:13:35 2003 -@@ -1,5 +1,5 @@ - CC = gcc --TFLAGS = -DOPENGL -DFRAMESKIP -DUNIXDSP -DNETWORK -DFPS `sdl-config --cflags` -mcpu=i686 -O2 -Izlib -fomit-frame-pointer -DLSB_FIRST -DSDL -DUNIX -DPSS_STYLE=1 -DZLIB -DC80x86 -+TFLAGS = -DOPENGL -DFRAMESKIP -DUNIXDSP -DNETWORK -DFPS `${SDL_CONFIG} --cflags` -I/usr/X11R6/include -Izlib -DLSB_FIRST -DSDL -DUNIX -DPSS_STYLE=1 -DZLIB -DC80x86 - - RM = rm -f - B = drivers/cli/ -@@ -9,7 +9,7 @@ - include zlib/Makefile - - OBJDRIVER = ${B}sdl.o ${B}sdl-opengl.o ${B}main.o ${B}sdl-throttle.o ${B}unix-netplay.o ${B}sdl-sound.o ${B}sdl-video.o ${B}sdl-joystick.o drivers/common/cheat.o drivers/common/config.o drivers/common/args.o drivers/common/vidblit.o drivers/common/unixdsp.o drivers/common/sfifo.o ${UNZIPOBJS} --LDRIVER = -lm `sdl-config --libs` -lz -lGL -+LDRIVER = -lm `${SDL_CONFIG} --libs` -lz -lGL -L/usr/X11R6/lib - - include Makefile.base - |