diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2007-02-16 21:50:29 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2007-02-16 21:50:29 +0000 |
commit | f626b36fee8ff437b59e6d0f8218103af36e4c96 (patch) | |
tree | 1c078bf11a137182586344a192842c3b5594ff1f /dev-libs/STLport/STLport-5.0.3.ebuild | |
parent | Small fix for the manpage installation path (not worth a bump). (diff) | |
download | historical-f626b36fee8ff437b59e6d0f8218103af36e4c96.tar.gz historical-f626b36fee8ff437b59e6d0f8218103af36e4c96.tar.bz2 historical-f626b36fee8ff437b59e6d0f8218103af36e4c96.zip |
Removed ${ROOT}, bug #167271.
Package-Manager: portage-2.1.2-r7
Diffstat (limited to 'dev-libs/STLport/STLport-5.0.3.ebuild')
-rw-r--r-- | dev-libs/STLport/STLport-5.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/STLport/STLport-5.0.3.ebuild b/dev-libs/STLport/STLport-5.0.3.ebuild index 8f0aacf2e414..cab67ce312cd 100644 --- a/dev-libs/STLport/STLport-5.0.3.ebuild +++ b/dev-libs/STLport/STLport-5.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/STLport-5.0.3.ebuild,v 1.4 2007/02/14 18:55:15 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/STLport-5.0.3.ebuild,v 1.5 2007/02/16 21:50:29 dev-zero Exp $ inherit eutils versionator eutils toolchain-funcs multilib flag-o-matic @@ -50,7 +50,7 @@ src_compile() { local myconf if use boost ; then - myconf="${myconf} --with-boost=${ROOT}usr/include" + myconf="${myconf} --with-boost=/usr/include" sed -i \ -e 'N;N;N;s:/\**\n\(#define _STLP_USE_BOOST_SUPPORT 1\)*\n\*/:\1:' \ stlport/stl_user_config.h |