1997-09-19 06:59:52 +00:00
|
|
|
--- 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 @@
|
1996-11-03 20:50:28 +00:00
|
|
|
# It has been tested under FreeBSD 2.1.5.
|
|
|
|
|
|
|
|
# Change this if you have this stuff somewhere else.
|
1997-09-19 06:59:52 +00:00
|
|
|
-TCLINC = /usr/local/lib/tcl8.0
|
|
|
|
-TKINC = /usr/local/lib/tk8.0
|
1996-11-03 20:50:28 +00:00
|
|
|
-X11INC = /usr/X11/include
|
1997-09-19 06:59:52 +00:00
|
|
|
+TCLINC = ${PREFIX}/include/tcl8.0
|
|
|
|
+TKINC = ${PREFIX}/include/tk8.0
|
|
|
|
+X11INC = ${X11BASE}/include
|
1996-11-03 20:50:28 +00:00
|
|
|
|
1997-09-19 06:59:52 +00:00
|
|
|
CFLAGS = -Wall -fPIC -O3 -I$(TCLINC) -I$(TKINC) -I$(X11INC)
|
1996-11-03 20:50:28 +00:00
|
|
|
|