summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-02-21 10:20:36 +0000
committerMike Frysinger <vapier@gentoo.org>2004-02-21 10:20:36 +0000
commitf9ffac5faa1697a5fff39050727b355d33392449 (patch)
treeb631e614e18149a06692ff1f026967495cbf8253 /dev-libs/xalan-c
parentinitial ebuild (diff)
downloadgentoo-2-f9ffac5faa1697a5fff39050727b355d33392449.tar.gz
gentoo-2-f9ffac5faa1697a5fff39050727b355d33392449.tar.bz2
gentoo-2-f9ffac5faa1697a5fff39050727b355d33392449.zip
forgot to specify prefix
Diffstat (limited to 'dev-libs/xalan-c')
-rw-r--r--dev-libs/xalan-c/xalan-c-1.7.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/xalan-c/xalan-c-1.7.0.ebuild b/dev-libs/xalan-c/xalan-c-1.7.0.ebuild
index 2cbe4bf48140..3df30cd7ed85 100644
--- a/dev-libs/xalan-c/xalan-c-1.7.0.ebuild
+++ b/dev-libs/xalan-c/xalan-c-1.7.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xalan-c/xalan-c-1.7.0.ebuild,v 1.1 2004/02/21 09:18:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xalan-c/xalan-c-1.7.0.ebuild,v 1.2 2004/02/21 10:20:36 vapier Exp $
MY_PV=${PV//./_}
DESCRIPTION="XSLT processor for transforming XML into HTML, text, or other XML types"
@@ -21,7 +21,7 @@ S=${WORKDIR}/xml-xalan/c
src_compile() {
export XALANCROOT=${S}
export XERCESCROOT="/usr/include/xercesc"
- ./runConfigure -p linux -c gcc -x c++
+ ./runConfigure -p linux -c gcc -x c++ -P /usr || die
emake -j1 || die
}