diff options
Diffstat (limited to 'dev-libs/STLport/STLport-5.1.0.ebuild')
-rw-r--r-- | dev-libs/STLport/STLport-5.1.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/STLport/STLport-5.1.0.ebuild b/dev-libs/STLport/STLport-5.1.0.ebuild index a8cfb3bedc40..dcab32293e06 100644 --- a/dev-libs/STLport/STLport-5.1.0.ebuild +++ b/dev-libs/STLport/STLport-5.1.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/STLport-5.1.0.ebuild,v 1.1 2006/12/24 00:58:41 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/STLport-5.1.0.ebuild,v 1.2 2006/12/24 01:03:44 dev-zero Exp $ -inherit versionator eutils toolchain-funcs multilib +inherit versionator eutils toolchain-funcs multilib flag-o-matic KEYWORDS="~amd64 ~x86" @@ -48,6 +48,8 @@ src_compile() { local myconf use boost && myconf="${myconf} --with-boost=${ROOT}usr/$(get_libdir)" + append-lfs-flags + # It's not an autoconf script ./configure \ ${myconf} \ |