1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/mail/postilion/files/patch-aa
Satoshi Taoka 9faebf2bb2 Postilion is a mail client derived from tkRat that has a NeXt style interface
PR:		10271
Submitted by:	Glenn Johnson <gljohns@bellsouth.net>
1999-04-17 04:52:04 +00:00

25 lines
616 B
Plaintext

--- 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