diff options
Diffstat (limited to 'sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild')
-rw-r--r-- | sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild b/sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild index b34210d4617e..f7a85e04d831 100644 --- a/sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild +++ b/sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild,v 1.5 2005/02/03 23:56:45 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild,v 1.6 2005/02/08 01:39:30 j4rg0n Exp $ inherit toolchain-funcs @@ -23,6 +23,7 @@ pkg_setup () { } src_compile() { + use ppc-macos && filter-flags -fast econf || die cd ${S}/src if ! use mpi; then |