diff options
Diffstat (limited to 'dev-libs/syck/syck-0.55.ebuild')
-rw-r--r-- | dev-libs/syck/syck-0.55.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/syck/syck-0.55.ebuild b/dev-libs/syck/syck-0.55.ebuild index fa4f5ad9deb0..64656899d9e6 100644 --- a/dev-libs/syck/syck-0.55.ebuild +++ b/dev-libs/syck/syck-0.55.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/syck/syck-0.55.ebuild,v 1.1 2006/01/16 22:32:22 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/syck/syck-0.55.ebuild,v 1.2 2006/08/20 17:58:09 yuval Exp $ inherit flag-o-matic @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86" DEPEND=" sys-libs/glibc " src_compile() { - use amd64 && append-flags -fPIC + append-flags -fPIC econf emake } |