summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2007-02-23 16:27:39 +0000
committerMatti Bickel <mabi@gentoo.org>2007-02-23 16:27:39 +0000
commit0631f05c186cb854d0e4266d71d04dfd2315317d (patch)
treeba4f75937c567b11b2d9d733ce93f7be8906915d
parent${ROOT} fix (bug #168044) and cleanup (diff)
downloadgentoo-2-0631f05c186cb854d0e4266d71d04dfd2315317d.tar.gz
gentoo-2-0631f05c186cb854d0e4266d71d04dfd2315317d.tar.bz2
gentoo-2-0631f05c186cb854d0e4266d71d04dfd2315317d.zip
missed one ${ROOT}
(Portage version: 2.1.2-r10)
-rw-r--r--x11-libs/fxscintilla/fxscintilla-1.71.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/fxscintilla/fxscintilla-1.71.ebuild b/x11-libs/fxscintilla/fxscintilla-1.71.ebuild
index f1b8a8341421..dd1beff007c1 100644
--- a/x11-libs/fxscintilla/fxscintilla-1.71.ebuild
+++ b/x11-libs/fxscintilla/fxscintilla-1.71.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/x11-libs/fxscintilla/fxscintilla-1.71.ebuild,v 1.8 2007/02/23 16:24:46 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/fxscintilla-1.71.ebuild,v 1.9 2007/02/23 16:27:39 mabi Exp $
inherit eutils
@@ -42,8 +42,8 @@ src_compile () {
${EXTRA_ECONF} \
--enable-nolexer \
--with-fox-1-2 \
- --with-foxinclude=${ROOT}usr/include \
- --with-foxlib=${ROOT}usr/lib \
+ --with-foxinclude=/usr/include \
+ --with-foxlib=/usr/lib \
|| die "configure error"
emake || die "make error"