diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-02-27 20:40:30 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-02-27 20:40:30 +0000 |
commit | 2b992cf0575d855829c7616e08a5f08275ff8c39 (patch) | |
tree | 784c1c41d885bf06a5f24e84e7e9aba613a66e2f /finance/gnucash/files/patch-configure | |
parent | - Reassign to the heap (diff) |
Update to 2.4.9
PR: ports/164449
Submitted by: Guido Falsi <mad@madpilot.net>
Approved by: kwm
Diffstat (limited to 'finance/gnucash/files/patch-configure')
-rw-r--r-- | finance/gnucash/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/finance/gnucash/files/patch-configure b/finance/gnucash/files/patch-configure new file mode 100644 index 000000000000..77993dd3a21f --- /dev/null +++ b/finance/gnucash/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2012-01-11 01:22:04.000000000 +0100 ++++ configure 2012-01-24 13:21:07.245448698 +0100 +@@ -21160,7 +21160,7 @@ + CUSTOM_GNC_DBD_DIR_FALSE= + fi + +- if test "x$ac_cv_header_dbi_dbi_h" != xno; then ++ if test "x$ac_cv_header_dbi_dbi_h" = xyes; then + WITH_DBI_TRUE= + WITH_DBI_FALSE='#' + else |