diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-11-03 20:50:28 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-11-03 20:50:28 +0000 |
commit | 8caf8efee97208d4d66a30ab0078547cb0824c3d (patch) | |
tree | dfa012aff13b9c47e4ec9b70dba83af28b9a9830 /x11-fm/filerunner/files | |
parent | bbccb5f70b3f7800e8b5c2bf9be9ed1d14747550 (diff) |
Notes
Diffstat (limited to 'x11-fm/filerunner/files')
-rw-r--r-- | x11-fm/filerunner/files/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-fm/filerunner/files/patch-aa b/x11-fm/filerunner/files/patch-aa new file mode 100644 index 000000000000..9502db833817 --- /dev/null +++ b/x11-fm/filerunner/files/patch-aa @@ -0,0 +1,15 @@ +--- Makefile.freebsd.orig Sun Nov 3 12:10:48 1996 ++++ Makefile.freebsd Sun Nov 3 12:12:19 1996 +@@ -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/tcl7.5 +-TKINC = /usr/local/lib/tk4.1 +-X11INC = /usr/X11/include ++TCLINC = /usr/include ++TKINC = ${LOCALBASE}/include ++X11INC = ${X11BASE}/include + + CFLAGS = -Wall -fPIC -O3 -I$(TCLINC) -I$(TKINC) -I$(X11INC) + |