diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-17 04:52:04 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-17 04:52:04 +0000 |
commit | 9faebf2bb2026b3a29ca87f3a7fb5b61255db0ec (patch) | |
tree | 383279028a51e70e8736b10c06877ffe6243e362 /mail/postilion/files/patch-aa | |
parent | Add optional CONFIGURE_ARGS to compile on 2.2.8 system. (diff) |
Postilion is a mail client derived from tkRat that has a NeXt style interface
PR: 10271
Submitted by: Glenn Johnson <gljohns@bellsouth.net>
Diffstat (limited to 'mail/postilion/files/patch-aa')
-rw-r--r-- | mail/postilion/files/patch-aa | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/postilion/files/patch-aa b/mail/postilion/files/patch-aa new file mode 100644 index 000000000000..6378a70f4fa8 --- /dev/null +++ b/mail/postilion/files/patch-aa @@ -0,0 +1,24 @@ +--- configure.orig Sat Nov 28 18:36:04 1998 ++++ configure Sun Feb 21 10:24:44 1999 +@@ -2074,7 +2074,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 +@@ -2586,8 +2586,11 @@ + MP-RAS-*) + OSTYPE=Unkown + ;; +- NetBSD-*|FreeBSD-*) ++ NetBSD-*) + OSTYPE=neb ++ ;; ++ FreeBSD-*) ++ OSTYPE=bsf + ;; + NEXTSTEP-*) + OSTYPE=nxt |