You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-office/grisbi/files/0.8.9-fix-ofx-support.patch

13 lines
292 B

--- configure 2011-12-30 21:52:15.000000000 +0100
+++ configure 2012-07-08 17:00:37.000000000 +0200
@@ -13920,7 +13920,8 @@
# Check whether --with-ofx was given.
if test "${with_ofx+set}" = set; then :
withval=$with_ofx; build_ofx=$withval
- build_ofx=no
+else
+ build_ofx=auto
fi