aboutsummaryrefslogtreecommitdiff
path: root/emulators/fmsx/files/patch-fMSX_Unix_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/fmsx/files/patch-fMSX_Unix_Makefile')
-rw-r--r--emulators/fmsx/files/patch-fMSX_Unix_Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/fmsx/files/patch-fMSX_Unix_Makefile b/emulators/fmsx/files/patch-fMSX_Unix_Makefile
new file mode 100644
index 000000000000..553a2a65e892
--- /dev/null
+++ b/emulators/fmsx/files/patch-fMSX_Unix_Makefile
@@ -0,0 +1,11 @@
+--- fMSX/Unix/Makefile.orig 2008-01-28 19:29:59.000000000 +0000
++++ fMSX/Unix/Makefile 2008-05-26 05:52:08.000000000 +0000
+@@ -10,7 +10,7 @@
+ all: fmsx
+
+ fmsx: Makefile $(OBJECTS)
+- $(CC) -o $@ $(CFLAGS) $(OBJECTS) $(LIBS)
++ $(CC) -L%%LOCALBASE%%/lib -o $@ $(CFLAGS) $(OBJECTS) $(LIBS)
+
+ clean:
+ rm -f $(OBJECTS)