summaryrefslogtreecommitdiff
path: root/finance/gnucash/patches
diff options
context:
space:
mode:
Diffstat (limited to 'finance/gnucash/patches')
-rw-r--r--finance/gnucash/patches/patch-configure15
1 files changed, 15 insertions, 0 deletions
diff --git a/finance/gnucash/patches/patch-configure b/finance/gnucash/patches/patch-configure
new file mode 100644
index 00000000000..54119782b12
--- /dev/null
+++ b/finance/gnucash/patches/patch-configure
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2012/03/02 15:15:34 wiz Exp $
+
+Fix unportable test(1) construct.
+
+--- configure.orig 2012-03-02 14:29:10.000000000 +0000
++++ configure
+@@ -21160,7 +21160,7 @@ else
+ CUSTOM_GNC_DBD_DIR_FALSE=
+ fi
+
+- if test "x$ac_cv_header_dbi_dbi_h" == xyes; then
++ if test "x$ac_cv_header_dbi_dbi_h" = xyes; then
+ WITH_DBI_TRUE=
+ WITH_DBI_FALSE='#'
+ else