summaryrefslogtreecommitdiff
path: root/editors/xemacs-devel/files/patch-af
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>2000-02-17 21:38:02 +0000
committerGary Jennejohn <gj@FreeBSD.org>2000-02-17 21:38:02 +0000
commit07e0162344f74241c72a8afe540daeb961d5634f (patch)
tree0c14eb447f37a61469f596d192643633f056acd0 /editors/xemacs-devel/files/patch-af
parentWritable strings must be declared 'char foo[]=...', not 'char *foo=...' (diff)
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
Notes
Notes: svn path=/head/; revision=25943
Diffstat (limited to 'editors/xemacs-devel/files/patch-af')
-rw-r--r--editors/xemacs-devel/files/patch-af12
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/xemacs-devel/files/patch-af b/editors/xemacs-devel/files/patch-af
index e3c02b1280e4..419ab120233e 100644
--- a/editors/xemacs-devel/files/patch-af
+++ b/editors/xemacs-devel/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"