summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2015-11-11 14:01:43 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2015-11-11 14:04:36 +0100
commitb0e1fc0a605c969d76932b020e21a39a6ea14f8b (patch)
tree861abbfe9ce45139c021316795ce6174c2753437 /app-office
parentmedia-video/arista: remove old (diff)
downloadgentoo-b0e1fc0a605c969d76932b020e21a39a6ea14f8b.tar.gz
gentoo-b0e1fc0a605c969d76932b020e21a39a6ea14f8b.tar.bz2
gentoo-b0e1fc0a605c969d76932b020e21a39a6ea14f8b.zip
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.
Diffstat (limited to 'app-office')
-rw-r--r--app-office/gnucash/gnucash-2.6.9.ebuild12
1 files changed, 1 insertions, 11 deletions
diff --git a/app-office/gnucash/gnucash-2.6.9.ebuild b/app-office/gnucash/gnucash-2.6.9.ebuild
index 5ef42fe1a017..4daf665d46cd 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() {