diff options
author | Paul Traina <pst@FreeBSD.org> | 1997-11-24 09:10:43 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1997-11-24 09:10:43 +0000 |
commit | ad458ff6b3997074f8321574a9d8e0b084a3feb1 (patch) | |
tree | 89ee11ed9d30fa904049d74859ebc54acc6ed499 /palm/pilot-link/files/patch-aa | |
parent | prc-tools is a complete software development environment for creating (diff) |
pilot-link is a set of utilities for linking with the PalmPilot PDA.
Libraries and header files are included to allow the creation of custom
applications in C, C++, Perl5, Tcl, Java, and Python (not all are enabled
in this port).
Diffstat (limited to 'palm/pilot-link/files/patch-aa')
-rw-r--r-- | palm/pilot-link/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/palm/pilot-link/files/patch-aa b/palm/pilot-link/files/patch-aa new file mode 100644 index 000000000000..771819e7e564 --- /dev/null +++ b/palm/pilot-link/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in Tue Oct 7 07:55:21 1997 ++++ Makefile.in Mon Nov 24 00:13:27 1997 +@@ -19,7 +19,7 @@ + # 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@ |