From 5ba5bf50ee3ce122de8c65e369d49ba8ac7bb356 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sun, 28 Aug 2005 10:41:28 +0000 Subject: [maintainer update] emulators/fmsx Update to version 3.0 PR: ports/85172 Submitted by: Edwin Groothuis --- emulators/fmsx/files/patch-aa | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'emulators/fmsx/files/patch-aa') diff --git a/emulators/fmsx/files/patch-aa b/emulators/fmsx/files/patch-aa index a5b9719bddfd..b17d2497ee34 100644 --- a/emulators/fmsx/files/patch-aa +++ b/emulators/fmsx/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Mon Dec 31 20:01:16 2001 -+++ Makefile Sat Feb 28 11:20:12 2004 +--- 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 @@ -12,15 +12,6 @@ +DEFINES = -DFMSX -DUNIX -DLSB_FIRST -DMITSHM \ + -DDISK -DNARROW -DSOUND -D%%BPP%% -DZLIB +CFLAGS = -O3 -Wall -I${X11BASE}/include -L${X11BASE}/lib ${DEFINES} - OBJECTS = fMSX.o MSX.o Patch.o Debug.o Disk.o Sound.o \ + 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 -@@ -71,7 +71,7 @@ - # fMSX Unix/X requires X11 libraries. See note above if you are - # experiencing any problems. - fmsx: ${OBJECTS} -- ${CC} ${CFLAGS} -o fmsx ${OBJECTS} -lXext -lX11 -lz -+ ${CC} ${CFLAGS} -o fmsx ${OBJECTS} -lXext -lX11 -L${X11BASE}/lib -lz - - # Clean up. - clean: -- cgit v1.2.3