1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/editors/xemacs-devel/files/patch-af
Gary Jennejohn a6c260bba8 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).
1997-09-03 19:27:58 +00:00

12 lines
396 B
Plaintext

--- 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>