dev-scheme/guile: fix cross compiling bug #595942
authorAmy Winston <amynka@gentoo.org>
Sun, 2 Oct 2016 19:29:26 +0000 (21:29 +0200)
committerAmy Winston <amynka@gentoo.org>
Sun, 2 Oct 2016 19:58:33 +0000 (21:58 +0200)
Package-Manager: portage-2.2.28

dev-scheme/guile/guile-2.0.12-r1.ebuild

index 7a08ad6e682b77334d17afa73a10d403fd204739..a69152a3937ef573f0656e2a0552e5907fb092e6 100644 (file)
@@ -50,6 +50,12 @@ src_configure() {
                --disable-rpath \
                --enable-posix \
                --with-modules \
+               --without-libgmp-prefix \
+               --without-libiconv-prefix \
+               --without-libintl-prefix \
+               --without-libltdl-prefix \
+               --without-libreadline-prefix \
+               --without-libunistring-prefix \
                $(use_enable debug guile-debug) \
                $(use_enable debug-malloc) \
                $(use_enable deprecated) \