summaryrefslogtreecommitdiff
path: root/editors/xemacs/files
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>1997-12-15 20:07:46 +0000
committerGary Jennejohn <gj@FreeBSD.org>1997-12-15 20:07:46 +0000
commit92ad704911dc4e4faae526b4b32e3c11dc850914 (patch)
treea5999b019432e19afba42092e81f2e52e6a242b1 /editors/xemacs/files
parentActivate zh-xcin. (diff)
update to xemacs-20.3. Packaging tested (under -current).
Obtained from: maintainer (me@freebsd.org)
Notes
Notes: svn path=/head/; revision=9087
Diffstat (limited to 'editors/xemacs/files')
-rw-r--r--editors/xemacs/files/patch-af22
1 files changed, 11 insertions, 11 deletions
diff --git a/editors/xemacs/files/patch-af b/editors/xemacs/files/patch-af
index 54fcf92f9c95..b42cbd138a13 100644
--- a/editors/xemacs/files/patch-af
+++ b/editors/xemacs/files/patch-af
@@ -1,11 +1,11 @@
---- src/database.c Tue Aug 19 13:41:17 1997
-+++ database.c Tue Aug 19 13:41:32 1997
-@@ -29,7 +29,7 @@
- #ifdef HAVE_DATABASE
- #include <database.h> /* Our include file */
- #ifdef HAVE_BERKELEY_DB
--#include <db.h> /* Berkeley db access */
-+#include "/usr/include/db.h" /* Berkeley db access */
- #endif
- #ifdef HAVE_DBM
- #include <ndbm.h>
+--- configure Thu Nov 20 03:13:44 1997
++++ configure.n Tue Dec 9 09:55:11 1997
+@@ -9706,7 +9706,7 @@
+
+ fi
+ if test "$with_database_berkdb" = "yes"; then
+- 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 9712 "configure"
+ #include "confdefs.h"