openbsd-ports/x11/gnome/libgda/patches/patch-configure
2011-03-07 19:30:33 +00:00

22 lines
536 B
Plaintext

$OpenBSD: patch-configure,v 1.15 2011/03/07 19:30:33 ajacoutot Exp $
Stupid configure is stupid, just work around the mess by setting
the values we know are correct.
--- configure.orig Wed Feb 23 20:26:12 2011
+++ configure Wed Feb 23 21:30:28 2011
@@ -20232,6 +20232,13 @@ $as_echo "$as_me: BDB backend not used" >&6;}
fi
fi
+# XXX
+bdb_found=yes
+BDB_CFLAGS=-I${bdbdir}/include/db4
+BDB_LIBS="-L${bdbdir}/lib -ldb"
+BDB_LIB="-ldb"
+BDB_DIR="$bdbdir"
+
if test "$bdb_found" = "yes"; then
BDB_TRUE=
BDB_FALSE='#'