mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
a6c260bba8
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).
12 lines
396 B
Plaintext
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>
|