From 0631f05c186cb854d0e4266d71d04dfd2315317d Mon Sep 17 00:00:00 2001 From: Matti Bickel Date: Fri, 23 Feb 2007 16:27:39 +0000 Subject: missed one ${ROOT} (Portage version: 2.1.2-r10) --- x11-libs/fxscintilla/fxscintilla-1.71.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11-libs/fxscintilla') 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" -- cgit v1.2.3-65-gdbad