pkgsrc/x11/filerunner/patches/patch-aa
2000-08-31 17:40:46 +00:00

15 lines
468 B
Text

$NetBSD: patch-aa,v 1.5 2000/08/31 17:40:48 jwise Exp $
--- Makefile.orig Tue Mar 24 11:24:06 1998
+++ Makefile Tue Mar 24 11:25:50 1998
@@ -1,7 +1,7 @@
# 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 = ${LOCALBASE}/include
+TKINC = ${LOCALBASE}/include
+X11INC = ${X11BASE}/include
CFLAGS = -D__FreeBSD__ -Wall -fPIC -O3 -I$(TCLINC) -I$(TKINC) -I$(X11INC)