1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/lang/scriba/files/patch-extensions-bdb-interface.c
Pav Lucistnik 17464b89a4 - Update to 20b0
- Mark BROKEN on 4.x and !i386 (almost)

PR:		ports/79615
Submitted by:	Sam Lawrance <boris@brooknet.com.au>
2005-04-08 19:10:06 +00:00

21 lines
433 B
C

--- extensions/bdb/interface.c.orig Tue Mar 1 18:07:08 2005
+++ extensions/bdb/interface.c Tue Mar 1 19:36:14 2005
@@ -11,7 +11,7 @@
These lines are needed by the configurator to generate the file 'libraries.jim'
NTLIBS: libdb41s.lib
-UXLIBS: -lbdb
+UXLIBS: -ldb41
*/
#include <sys/types.h>
@@ -22,7 +22,7 @@
#include <stdlib.h>
#include <string.h>
-#include <db.h>
+#include <db41/db.h>
#include "../../basext.h"