summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2007-02-02 14:28:30 +0000
committerSimon Stelling <blubb@gentoo.org>2007-02-02 14:28:30 +0000
commitb2ca473d84c0f14ac6a51379b0d7829b7b3ee542 (patch)
tree97ef9ceb15444931754bf0de14237ed90801883c /dev-libs/xalan-c/xalan-c-1.10.0.ebuild
parentAdd lm_sensors USE so architectures that don't have sensors support can mask ... (diff)
downloadhistorical-b2ca473d84c0f14ac6a51379b0d7829b7b3ee542.tar.gz
historical-b2ca473d84c0f14ac6a51379b0d7829b7b3ee542.tar.bz2
historical-b2ca473d84c0f14ac6a51379b0d7829b7b3ee542.zip
fix multilib-strict; bug 154279; credits to Christoph Mende
Package-Manager: portage-2.1.2-r5
Diffstat (limited to 'dev-libs/xalan-c/xalan-c-1.10.0.ebuild')
-rw-r--r--dev-libs/xalan-c/xalan-c-1.10.0.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-libs/xalan-c/xalan-c-1.10.0.ebuild b/dev-libs/xalan-c/xalan-c-1.10.0.ebuild
index 426fbd403665..0ce775b2fee3 100644
--- a/dev-libs/xalan-c/xalan-c-1.10.0.ebuild
+++ b/dev-libs/xalan-c/xalan-c-1.10.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# 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.5 2006/12/04 17:49:19 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xalan-c/xalan-c-1.10.0.ebuild,v 1.6 2007/02/02 14:28:30 blubb Exp $
-inherit toolchain-funcs eutils flag-o-matic
+inherit toolchain-funcs eutils flag-o-matic multilib
MY_PV=${PV//./_}
@@ -41,7 +41,8 @@ src_compile() {
export XERCESCROOT="/usr/include/xercesc"
append-ldflags -pthread
- ./runConfigure -p linux -c "$(tc-getCC)" -x "$(tc-getCXX)" -P /usr || die "configure failed"
+ ./runConfigure -p linux -c "$(tc-getCC)" -x "$(tc-getCXX)" -P /usr -C
+ --libdir=/usr/$(get_libdir) || die "configure failed"
emake -j1 || die "emake failed"
if use doc ; then