1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11-fm/filerunner/files/patch-aa
Thomas Gellekum d9fd0143eb Upgrade to 2.4.
PR:		4569
Submitted by:	Vanill I. Shu <vanilla@MinJe.com.TW>
1997-09-19 06:59:52 +00:00

16 lines
485 B
Plaintext

--- Makefiles/Makefile.freebsd.orig Fri Aug 8 21:56:08 1997
+++ Makefiles/Makefile.freebsd Fri Sep 19 08:59:04 1997
@@ -2,9 +2,9 @@
# It has been tested under FreeBSD 2.1.5.
# Change this if you have this stuff somewhere else.
-TCLINC = /usr/local/lib/tcl8.0
-TKINC = /usr/local/lib/tk8.0
-X11INC = /usr/X11/include
+TCLINC = ${PREFIX}/include/tcl8.0
+TKINC = ${PREFIX}/include/tk8.0
+X11INC = ${X11BASE}/include
CFLAGS = -Wall -fPIC -O3 -I$(TCLINC) -I$(TKINC) -I$(X11INC)