diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 2000-08-09 17:45:19 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 2000-08-09 17:45:19 +0000 |
commit | 39483f00d371f1404125eb6dc216b7c10fe2df2f (patch) | |
tree | 1aec2db9c26b3b4cd87dd778d97d331aa34d0810 /editors/xemacs-devel/files/patch-af | |
parent | Add zangband. (diff) |
Update to version 21.1.12. The new release only made changes to
configuration files and Emacs.ad and deleted xemacs-faq.info-6.
Use LOCALBASE instead of PREFIX in CONFIGURE_ARGS - that makes it
easier to test new versions of the port.
PR: 20480
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
Notes
Notes:
svn path=/head/; revision=31451
Diffstat (limited to 'editors/xemacs-devel/files/patch-af')
-rw-r--r-- | editors/xemacs-devel/files/patch-af | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/xemacs-devel/files/patch-af b/editors/xemacs-devel/files/patch-af index ab726c98e4d9..8021b4053971 100644 --- a/editors/xemacs-devel/files/patch-af +++ b/editors/xemacs-devel/files/patch-af @@ -1,5 +1,5 @@ ---- configure.orig Sat Jul 15 09:44:36 2000 -+++ configure Tue Jul 25 19:13:53 2000 +--- configure.orig Fri Aug 4 11:49:54 2000 ++++ configure Mon Aug 7 22:38:52 2000 @@ -1042,6 +1042,7 @@ case "$canonical" in @@ -8,12 +8,12 @@ *-*-netbsd* ) opsys=netbsd ;; *-*-openbsd* ) opsys=openbsd ;; *-*-nextstep* ) opsys=nextstep ;; -@@ -11324,7 +11325,7 @@ +@@ -11407,7 +11408,7 @@ if test "$with_database_berkdb" != "no"; then echo $ac_n "checking for Berkeley db.h""... $ac_c" 1>&6 - echo "configure:11327: checking for Berkeley db.h" >&5 + echo "configure:11410: 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 11330 "configure" + #line 11413 "configure" #include "confdefs.h" |