diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2012-05-20 16:28:45 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2012-05-20 16:28:45 +0000 |
commit | 84aa46a366b7dd671c70e87c0c0c43cae6cb28c5 (patch) | |
tree | bf6f15bb44ca5f871278ba7fc392d5a3dcaed6d5 /finance/gnucash/files/patch-configure | |
parent | Fix the build with Heimdal 1.5.x. (diff) |
Update to 2.4.10.
PR: ports/167055
ports/167883
Submitted by: madpilot
Douglas Carmichael <dcarmich@dcarmichael.net>
Notes
Notes:
svn path=/head/; revision=297037
Diffstat (limited to 'finance/gnucash/files/patch-configure')
-rw-r--r-- | finance/gnucash/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/finance/gnucash/files/patch-configure b/finance/gnucash/files/patch-configure deleted file mode 100644 index 77993dd3a21f..000000000000 --- a/finance/gnucash/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |