View | Details | Raw Unified
Collapse All | Expand All

(-) xalan-c-1.10.0.ebuild.orig (-2 / +2 lines)
 Lines 2-8    Link Here 
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/xalan-c/xalan-c-1.10.0.ebuild,v 1.3 2006/10/30 19:29:10 opfer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/xalan-c/xalan-c-1.10.0.ebuild,v 1.3 2006/10/30 19:29:10 opfer Exp $
inherit toolchain-funcs eutils flag-o-matic
inherit toolchain-funcs eutils flag-o-matic multilib
MY_PV=${PV//./_}
MY_PV=${PV//./_}
DESCRIPTION="XSLT processor for transforming XML into HTML, text, or other XML types"
DESCRIPTION="XSLT processor for transforming XML into HTML, text, or other XML types"
 Lines 31-37    Link Here 
	export XALANCROOT=${S}
	export XALANCROOT=${S}
	export XERCESCROOT="/usr/include/xercesc"
	export XERCESCROOT="/usr/include/xercesc"
	append-ldflags -pthread
	append-ldflags -pthread
	./runConfigure -p linux -c "$(tc-getCC)" -x "$(tc-getCXX)" -P /usr || die
	./runConfigure -p linux -c "$(tc-getCC)" -x "$(tc-getCXX)" -P /usr -C --libdir=/usr/$(get_libdir) || die
	emake -j1 || die
	emake -j1 || die
}
}