summaryrefslogtreecommitdiff
path: root/x11-fm/filerunner/files
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1996-11-03 20:50:28 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1996-11-03 20:50:28 +0000
commit8caf8efee97208d4d66a30ab0078547cb0824c3d (patch)
treedfa012aff13b9c47e4ec9b70dba83af28b9a9830 /x11-fm/filerunner/files
parentImport of a server to allow users to change their password from within Eudora (diff)
Import of a Filemanager with FTP capabilities. Uses Tcl/Tk
Reviewed by: jfitz@FreeBSD.ORG Submitted by: lukin@okbmei.msk.su
Notes
Notes: svn path=/head/; revision=4282
Diffstat (limited to 'x11-fm/filerunner/files')
-rw-r--r--x11-fm/filerunner/files/patch-aa15
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)
+