From b8dc70338e454eff146c7c5584a6b053ef37ea6b Mon Sep 17 00:00:00 2001 From: Amy Winston Date: Sun, 2 Oct 2016 21:29:26 +0200 Subject: [PATCH] dev-scheme/guile: fix cross compiling bug #595942 Package-Manager: portage-2.2.28 --- dev-scheme/guile/guile-2.0.12-r1.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) 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) \ -- 2.26.2