mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
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).
11 lines
396 B
Text
11 lines
396 B
Text
--- 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>
|