1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11-fm/ezfm/files/patch-ae
Steve Price 8de9a39984 Initial import of ezfm version 0.1.
An EZWGL-based file manager for the X window system.

PR:		7477
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-08-10 00:28:06 +00:00

18 lines
361 B
Plaintext

--- libfile/Makefile Mon Jun 29 16:13:19 1998
+++ /home/andy/tmp/wrk/libfile/Makefile Thu Jul 30 11:25:39 1998
@@ -1,5 +1,5 @@
# Makefile
-MAGIC = /etc/ezfmMagic
+MAGIC = ${PREFIX}/share/ezfm/ezfmMagic
CC = cc
CFLAGS =
@@ -18,6 +18,6 @@
rm -f *.o core File
.c.o:
- $(CC) $(CFLAGS) -c $<
+ $(CC) -DMAGIC=\"${MAGIC}\" $(CFLAGS) -c $<
#--end--