Update Formula: aqbanking.

Add path to gwenhywfar libraries for configure in case homebrew
is not installed in a standard location where libraries are
automagically found by configure.

Signed-off-by: David Höppner <0xffea@gmail.com>
master
Alexis Hildebrandt 2010-02-13 12:13:00 +01:00 committed by David Höppner
parent 85526ae5ee
commit 0e4c33be2a
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ class Aqbanking <Formula
"--disable-debug",
"--disable-dependency-tracking",
"--with-frontends=cli",
"--with-gwen-dir=#{HOMEBREW_PREFIX}",
]
system "./configure", *configure_args
ENV.j1