diff options
Diffstat (limited to 'x11/filerunner/patches/patch-aa')
-rw-r--r-- | x11/filerunner/patches/patch-aa | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11/filerunner/patches/patch-aa b/x11/filerunner/patches/patch-aa new file mode 100644 index 00000000000..692d074162e --- /dev/null +++ b/x11/filerunner/patches/patch-aa @@ -0,0 +1,18 @@ +--- Makefiles/Makefile.freebsd.orig Fri Aug 8 21:56:08 1997 ++++ Makefiles/Makefile.freebsd Mon Sep 22 12:03:44 1997 +@@ -2,11 +2,11 @@ + # 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.1 ++TKINC = ${PREFIX}/include/tk8.1 ++X11INC = ${X11BASE}/include + +-CFLAGS = -Wall -fPIC -O3 -I$(TCLINC) -I$(TKINC) -I$(X11INC) ++CFLAGS += -Wall -fPIC -I$(TCLINC) -I$(TKINC) -I$(X11INC) + + CC = gcc + |