diff options
author | gj <gj@FreeBSD.org> | 1999-10-14 21:47:04 +0000 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 1999-10-14 21:47:04 +0000 |
commit | 2e703363eba2d318b69694a635a416bff9e2a8e4 (patch) | |
tree | 902d658d868af38d80e3a07d30c0eb78e924d5cb /editors/xemacs/files | |
parent | c34a679297de472767f0a8df6d82550198718d34 (diff) | |
download | FreeBSD-ports-2e703363eba2d318b69694a635a416bff9e2a8e4.zip FreeBSD-ports-2e703363eba2d318b69694a635a416bff9e2a8e4.tar.gz |
Keep up with the Joneses and update this port to version 21.1.6.
Delete the MULE support and refer the user to the xemacs-mule port.
Add --with-png=yes to the list of CONFIGURE_ARGS.
The port now creates scads of empty directories which, hopefully, can
be deleted if the package gets deleted.
Tested install/deinstall and packaging.
Requested by: the maintainer
Diffstat (limited to 'editors/xemacs/files')
-rw-r--r-- | editors/xemacs/files/patch-af | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/xemacs/files/patch-af b/editors/xemacs/files/patch-af index dcf71c2..8d16648 100644 --- a/editors/xemacs/files/patch-af +++ b/editors/xemacs/files/patch-af @@ -1,11 +1,11 @@ ---- configure.orig Wed May 26 06:28:12 1999 -+++ configure Wed May 26 06:28:08 1999 -@@ -11172,7 +11172,7 @@ +--- configure.orig Sun Aug 15 01:29:45 1999 ++++ configure Mon Sep 6 16:47:50 1999 +@@ -11104,7 +11104,7 @@ if test "$with_database_berkdb" != "no"; then echo $ac_n "checking for Berkeley db.h""... $ac_c" 1>&6 - echo "configure:11175: checking for Berkeley db.h" >&5 + echo "configure:11107: 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 11178 "configure" + #line 11110 "configure" #include "confdefs.h" |