From 73e6951044d7109a95845108c969507af8f75706 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 29 Dec 2012 06:45:06 +0000 Subject: enable libffi with gcc-3.0+ (i did not have a local copy at the time to check against) --- eclass/toolchain.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index c521c606e945..14a1a353afcc 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.565 2012/12/29 06:44:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.566 2012/12/29 06:45:06 vapier Exp $ # # Maintainer: Toolchain Ninjas @@ -779,7 +779,7 @@ toolchain_src_unpack() { fi # Prevent libffi from being installed - if tc_version_is_at_least 3.1 ; then + if tc_version_is_at_least 3.0 ; then sed -i -e 's/\(install.*:\) install-.*recursive/\1/' "${S}"/libffi/Makefile.in || die sed -i -e 's/\(install-data-am:\).*/\1/' "${S}"/libffi/include/Makefile.in || die fi -- cgit v1.2.3-65-gdbad