diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-21 18:15:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-21 18:15:36 +0000 |
commit | 70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch) | |
tree | 14c35099cfb4f4257c5e0b8e589d530fcb829468 /editors/xemacs/files/patch-af | |
parent | f667b39b3c0614d5aeb9bcb4bac4a4b222408185 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'.release/4.1.0
Notes
Notes:
svn path=/head/; revision=30942
svn path=/tags/RELEASE_4_1_0/; revision=30943; tag=release/4.1.0
Diffstat (limited to 'editors/xemacs/files/patch-af')
-rw-r--r-- | editors/xemacs/files/patch-af | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/editors/xemacs/files/patch-af b/editors/xemacs/files/patch-af deleted file mode 100644 index 97f5860fae94..000000000000 --- a/editors/xemacs/files/patch-af +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.orig Thu Apr 20 08:10:55 2000 -+++ configure Sun Jun 4 23:41:55 2000 -@@ -1041,6 +1041,7 @@ - - case "$canonical" in - *-*-linux* ) opsys=linux ;; -+ *-*-freebsd* ) opsys=freebsd ;; - *-*-netbsd* ) opsys=netbsd ;; - *-*-openbsd* ) opsys=openbsd ;; - *-*-nextstep* ) opsys=nextstep ;; -@@ -11308,7 +11309,7 @@ - if test "$with_database_berkdb" != "no"; then - echo $ac_n "checking for Berkeley db.h""... $ac_c" 1>&6 - echo "configure:11311: 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 11314 "configure" - #include "confdefs.h" |