1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/mail/postilion/files/patch-aa
Satoshi Taoka 291beb8efb Update to version 0.9.2
Get tkstep being optional

Noticed by:	maintainer (who sent me the e-mail including the diff)
1999-04-22 16:35:48 +00:00

25 lines
645 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/tkstep8.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