summaryrefslogtreecommitdiffstats
path: root/editors/xemacs/files
diff options
context:
space:
mode:
authorgj <gj@FreeBSD.org>1997-09-03 19:27:58 +0000
committergj <gj@FreeBSD.org>1997-09-03 19:27:58 +0000
commit20ea095b64445e03638ac745db9768647cfd238c (patch)
treec2eb612287477ab537f39fd32d191a68c1c39ac2 /editors/xemacs/files
parentb0fbe7152c3e9dfdabd328a73090d72fb2aa3d13 (diff)
downloadFreeBSD-ports-20ea095b64445e03638ac745db9768647cfd238c.zip
FreeBSD-ports-20ea095b64445e03638ac745db9768647cfd238c.tar.gz
Submitted by: me@freebsd.org
new import of xemacs 20.2, including MULE support. Note that I tested that I could build with mule support, but I couldn't actually check the functionality. "make package" and pkg_delete both tested (under -current).
Diffstat (limited to 'editors/xemacs/files')
-rw-r--r--editors/xemacs/files/patch-af11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/xemacs/files/patch-af b/editors/xemacs/files/patch-af
new file mode 100644
index 0000000..54fcf92
--- /dev/null
+++ b/editors/xemacs/files/patch-af
@@ -0,0 +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>
OpenPOWER on IntegriCloud