Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/grisbi/files: 0.8.9-fix-ofx-support.patch
Date: Sun, 08 Jul 2012 15:23:31
Message-Id: 20120708152311.EF80620066@flycatcher.gentoo.org
1 remi 12/07/08 15:23:11
2
3 Added: 0.8.9-fix-ofx-support.patch
4 Log:
5 app-office/grisbi: Fix broken OFX disabling, see bug #424785
6
7 (Portage version: 2.2.0_alpha109/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 app-office/grisbi/files/0.8.9-fix-ofx-support.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/grisbi/files/0.8.9-fix-ofx-support.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/grisbi/files/0.8.9-fix-ofx-support.patch?rev=1.1&content-type=text/plain
14
15 Index: 0.8.9-fix-ofx-support.patch
16 ===================================================================
17 --- configure 2011-12-30 21:52:15.000000000 +0100
18 +++ configure 2012-07-08 17:00:37.000000000 +0200
19 @@ -13920,7 +13920,8 @@
20 # Check whether --with-ofx was given.
21 if test "${with_ofx+set}" = set; then :
22 withval=$with_ofx; build_ofx=$withval
23 - build_ofx=no
24 +else
25 + build_ofx=auto
26 fi