mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
544ef85d7e
a number of build problems. b) Obey BATCH. c) Locate DB4 correctly. d) Explicitly specify dependency on gawk. PR: ports/46006 ports/44071 ports/45989 ports/40593 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> Approved by: portmgr (knu)
15 lines
367 B
C
15 lines
367 B
C
--- src/modules/berkeley_db_api.c.orig Tue Oct 15 04:22:09 2002
|
|
+++ src/modules/berkeley_db_api.c Tue Oct 15 04:22:14 2002
|
|
@@ -37,7 +37,10 @@
|
|
#endif
|
|
|
|
#if defined(HAVE_BERKELEYDB)
|
|
-#include <db.h>
|
|
+#include <db4/db.h>
|
|
+/*
|
|
+It should be a tuneable, but since configure accept only db4 it is not a big trouble anyway
|
|
+*/
|
|
|
|
#if defined(MODULES)
|
|
int mod_run(void);
|