From 07e0162344f74241c72a8afe540daeb961d5634f Mon Sep 17 00:00:00 2001 From: Gary Jennejohn Date: Thu, 17 Feb 2000 21:38:02 +0000 Subject: Update to version 21.1.9. As in ver. 21.1.7 the port creates lots of empty directories. This must be reflected in PLIST, which explains the big diff. I wish they'd make up their minds :-) Tested on i386 and Alpha. Also tested packaging. Submitted by: kiri@pis.toba-cmt.ac.jp --- editors/xemacs/files/patch-af | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'editors/xemacs/files/patch-af') diff --git a/editors/xemacs/files/patch-af b/editors/xemacs/files/patch-af index e3c02b1280e4..419ab120233e 100644 --- a/editors/xemacs/files/patch-af +++ b/editors/xemacs/files/patch-af @@ -1,6 +1,6 @@ ---- configure.orig Wed Nov 3 08:42:56 1999 -+++ configure Mon Dec 6 00:03:25 1999 -@@ -1038,6 +1038,7 @@ +--- configure.orig Wed Feb 9 10:41:00 2000 ++++ configure Wed Feb 16 14:41:50 2000 +@@ -1040,6 +1040,7 @@ case "$canonical" in *-*-linux* ) opsys=linux ;; @@ -8,12 +8,12 @@ *-*-netbsd* ) opsys=netbsd ;; *-*-openbsd* ) opsys=openbsd ;; *-*-nextstep* ) opsys=nextstep ;; -@@ -11178,7 +11179,7 @@ +@@ -11180,7 +11181,7 @@ if test "$with_database_berkdb" != "no"; then echo $ac_n "checking for Berkeley db.h""... $ac_c" 1>&6 - echo "configure:11181: checking for Berkeley db.h" >&5 + echo "configure:11183: checking for Berkeley db.h" >&5 - for path in "db/db.h" "db.h"; do + for path in "/usr/include/db.h" "db/db.h" "db.h"; do cat > conftest.$ac_ext <