diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-08-28 10:41:28 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-08-28 10:41:28 +0000 |
commit | 5ba5bf50ee3ce122de8c65e369d49ba8ac7bb356 (patch) | |
tree | f4df7a28c23101643d97135569f5db9e541fb207 /emulators/fmsx/files/patch-aa | |
parent | [new port] dns/queryperf (diff) |
[maintainer update] emulators/fmsx
Update to version 3.0
PR: ports/85172
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'emulators/fmsx/files/patch-aa')
-rw-r--r-- | emulators/fmsx/files/patch-aa | 15 |
1 files changed, 3 insertions, 12 deletions
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: |