commit: b0e1fc0a605c969d76932b020e21a39a6ea14f8b
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 11 13:01:43 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 13:04:36 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e1fc0a
app-office/gnucash: drop obsolete workaround for guile-config
The version of guile providing the fixed guile-config is long stabilized
and it is not used in gnucash configure anymore anyway.
app-office/gnucash/gnucash-2.6.9.ebuild | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/app-office/gnucash/gnucash-2.6.9.ebuild
b/app-office/gnucash/gnucash-2.6.9.ebuild
index 5ef42fe..4daf665 100644
--- a/app-office/gnucash/gnucash-2.6.9.ebuild
+++ b/app-office/gnucash/gnucash-2.6.9.ebuild
@@ -79,16 +79,6 @@ src_configure() {
myconf+=" --disable-dbi"
fi
- # guile wrongly exports LDFLAGS as LIBS which breaks modules
- # Filter until a better ebuild is available, bug #202205
- local GUILE_LIBS=""
- local lib
- for lib in $(guile-config link); do
- if [ "${lib#-Wl}" = "$lib" ]; then
- GUILE_LIBS="$GUILE_LIBS $lib"
- fi
- done
-
# gtkmm is experimental and shouldn't be enabled, upstream bug #684166
gnome2_src_configure \
$(use_enable debug) \
@@ -100,7 +90,7 @@ src_configure() {
--disable-gtkmm \
--enable-locale-specific-tax \
--disable-error-on-warning \
- GUILE_LIBS="${GUILE_LIBS}" ${myconf}
+ ${myconf}
}
src_test() {