From: Amy Winston Date: Sun, 2 Oct 2016 19:29:26 +0000 (+0200) Subject: dev-scheme/guile: fix cross compiling bug #595942 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b8dc70338e454eff146c7c5584a6b053ef37ea6b;p=gentoo.git dev-scheme/guile: fix cross compiling bug #595942 Package-Manager: portage-2.2.28 --- diff --git a/dev-scheme/guile/guile-2.0.12-r1.ebuild b/dev-scheme/guile/guile-2.0.12-r1.ebuild index 7a08ad6e682b..a69152a3937e 100644 --- a/dev-scheme/guile/guile-2.0.12-r1.ebuild +++ b/dev-scheme/guile/guile-2.0.12-r1.ebuild @@ -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) \