summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2007-02-16 21:50:29 +0000
committerTiziano Müller <dev-zero@gentoo.org>2007-02-16 21:50:29 +0000
commitf626b36fee8ff437b59e6d0f8218103af36e4c96 (patch)
tree1c078bf11a137182586344a192842c3b5594ff1f /dev-libs/STLport/STLport-5.0.3.ebuild
parentSmall fix for the manpage installation path (not worth a bump). (diff)
downloadhistorical-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.ebuild4
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