diff options
author | gj <gj@FreeBSD.org> | 2000-02-18 05:38:02 +0800 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2000-02-18 05:38:02 +0800 |
commit | ec100bcb528b319ad74172f969c13bf4f3073229 (patch) | |
tree | c2cc5da0b4546a5659f926473cd014f3aa526527 /editors/xemacs/files | |
parent | 604c37006d1914b55e895e522a66b9b12d5a0714 (diff) | |
download | freebsd-ports-graphics-ec100bcb528b319ad74172f969c13bf4f3073229.tar.gz freebsd-ports-graphics-ec100bcb528b319ad74172f969c13bf4f3073229.tar.zst freebsd-ports-graphics-ec100bcb528b319ad74172f969c13bf4f3073229.zip |
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
Diffstat (limited to 'editors/xemacs/files')
-rw-r--r-- | editors/xemacs/files/patch-af | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/xemacs/files/patch-af b/editors/xemacs/files/patch-af index e3c02b1280e..419ab120233 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 <<EOF - #line 11184 "configure" + #line 11186 "configure" #include "confdefs.h" |