summaryrefslogtreecommitdiff
path: root/palm/pilot-link-devel/files/patch-aa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-03-17 02:18:05 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-03-17 02:18:05 +0000
commit6c59170bca7b079bb699aa4fe6a5bf790e0dea6e (patch)
tree83a5fb38fba33a2f9e88f2df143b28d6ebc3b483 /palm/pilot-link-devel/files/patch-aa
parentRevert to rev. 1.4, which will restore some bugs in the previous version (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_0_0'.release/4.0.0
Diffstat (limited to 'palm/pilot-link-devel/files/patch-aa')
-rw-r--r--palm/pilot-link-devel/files/patch-aa16
1 files changed, 0 insertions, 16 deletions
diff --git a/palm/pilot-link-devel/files/patch-aa b/palm/pilot-link-devel/files/patch-aa
deleted file mode 100644
index cd68196bf5ed..000000000000
--- a/palm/pilot-link-devel/files/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
---- Makefile.in Tue Oct 7 07:55:21 1997
-+++ Makefile.in Mon Nov 24 00:13:27 1997
-@@ -15,11 +15,11 @@
- PURIFY =
-
- # Libraries needed to link with Tcl & (optionally) Tk
--TCLTK_LIBS = @TCLTKLIBS@
-+TCLTK_LIBS = -L/usr/lib @TCLTKLIBS@
- # Include directives needed to compile with Tcl & Tk, and
- # -DTCL if Tcl is available, and
- # -DTK if Tk is available.
--TCLTK_FLAGS = @TCLTKFLAGS@
-+TCLTK_FLAGS = @TCLTKFLAGS@ -I/usr/X11R6/include
-
- # Libraries needed to link with GNU readline
- RLLIBS = @RLLIBS@