summaryrefslogtreecommitdiff
path: root/emulators/fmsx/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/fmsx/patches/patch-aa')
-rw-r--r--emulators/fmsx/patches/patch-aa22
1 files changed, 12 insertions, 10 deletions
diff --git a/emulators/fmsx/patches/patch-aa b/emulators/fmsx/patches/patch-aa
index 2f25eae5066..6bd78f7f266 100644
--- a/emulators/fmsx/patches/patch-aa
+++ b/emulators/fmsx/patches/patch-aa
@@ -1,19 +1,21 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/07/28 15:54:29 martin Exp $
+$NetBSD: patch-aa,v 1.2 2000/08/06 14:45:05 wiz Exp $
---- Makefile.orig Thu Sep 9 00:32:06 1999
-+++ Makefile Sat Jun 3 03:19:48 2000
-@@ -41,8 +41,8 @@
+--- Makefile.orig Thu Aug 3 19:23:33 2000
++++ Makefile Sun Aug 6 15:27:17 2000
+@@ -44,10 +44,8 @@
# 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 -DNARROW -DSOUND -DBPP16
--CFLAGS = -O3 -fomit-frame-pointer -I/usr/X11/include -L/usr/X11/lib ${DEFINES}
-+DEFINES = -DFMSX -DUNIX -DNARROW ${DEFS}
+-DEFINES = -DFMSX -DUNIX -DLSB_FIRST -DDEBUG -DMITSHM \
+- -DDISK -DNARROW -DSOUND -DBPP16
+-CFLAGS = -O3 -fomit-frame-pointer \
+- -I/usr/X11/include -L/usr/X11/lib ${DEFINES}
++DEFINES = -DFMSX -DUNIX -DDISK -DNARROW ${DEFS}
+CFLAGS = -O3 -fomit-frame-pointer -I${X11BASE}/include ${DEFINES}
- OBJECTS = fMSX.o MSX.o Z80.o V9938.o Patch.o Debug.o Unix.o LibUnix.o Sound.o
+ OBJECTS = fMSX.o MSX.o Z80.o AY8910.o SCC.o V9938.o Patch.o Debug.o \
+ Disk.o Unix.o LibUnix.o SndUnix.o MIDI.o
- # Make the standard distribution: fMSX and contributed programs
-@@ -57,7 +57,7 @@
+@@ -63,7 +61,7 @@
# fMSX Unix/X requires X11 libraries. See note above if you are
# experiencing any problems.
fmsx: ${OBJECTS}