summaryrefslogtreecommitdiff
path: root/mail/tkrat/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'mail/tkrat/files/patch-aa')
-rw-r--r--mail/tkrat/files/patch-aa38
1 files changed, 11 insertions, 27 deletions
diff --git a/mail/tkrat/files/patch-aa b/mail/tkrat/files/patch-aa
index 9d2348bc618f..db240c7008af 100644
--- a/mail/tkrat/files/patch-aa
+++ b/mail/tkrat/files/patch-aa
@@ -1,27 +1,11 @@
-*** Makefile.in.orig Tue Oct 21 16:00:48 1997
---- Makefile.in Sun Nov 9 00:44:42 1997
-***************
-*** 15,26 ****
- all: build
-
- build:
-- -cd imap-4.1; \
-- if test "`cat OSTYPE 2>/dev/null`" = "${OSTYPE}" ; then \
-- ${MAKE}; \
-- else \
-- ${MAKE} ${OSTYPE}; \
-- fi
- cd lib; ${MAKE}
- cd script; ${MAKE}
- cd tkrat; ${MAKE}
---- 15,20 ----
-***************
-*** 32,38 ****
- cd misc; ${MAKE} install
-
- clean:
-- cd imap-4.1; ${MAKE} clean
- cd lib; ${MAKE} clean
- cd script; ${MAKE} clean
- cd tkrat; ${MAKE} clean
---- 26,31 ----
+--- configure.back Sat May 16 13:48:48 1998
++++ configure Sat May 16 14:27:13 1998
+@@ -1994,7 +1994,7 @@
+ for i in $tcl_dirs ; do
+ tcl_include_dirs="$tcl_include_dirs $i/include"
+ done
+-tcl_include_dirs="$tcl_include_dirs /usr/include/tcl /usr/include"
++tcl_include_dirs="$tcl_include_dirs /usr/local/include/tcl8.0 /usr/local/include/tk8.0 /usr/include"
+ tcl_dir=0
+ for i in $tcl_include_dirs ; do
+ if test -r $i/tcl.h ; then