diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 1997-09-03 19:27:58 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 1997-09-03 19:27:58 +0000 |
commit | a6c260bba8d160f32b911d91fae5fa004d3aec94 (patch) | |
tree | 7b5490622b3c127940b2fc3a21bd0da05ace594b /editors/xemacs-devel/files/patch-af | |
parent | Included DB LIB dependency when patching apaches Configuration (diff) |
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).
Notes
Notes:
svn path=/head/; revision=7766
Diffstat (limited to 'editors/xemacs-devel/files/patch-af')
-rw-r--r-- | editors/xemacs-devel/files/patch-af | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/xemacs-devel/files/patch-af b/editors/xemacs-devel/files/patch-af new file mode 100644 index 000000000000..54fcf92f9c95 --- /dev/null +++ b/editors/xemacs-devel/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> |