mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
11 lines
319 B
Text
11 lines
319 B
Text
--- 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)
|