diff options
author | Simon Stelling <blubb@gentoo.org> | 2007-02-02 14:28:30 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2007-02-02 14:28:30 +0000 |
commit | a8e93242fb5def147a4793e19294f6673ce38f8c (patch) | |
tree | fa3281f042cc65c32767fc4b6e7f4670fe9cd8e6 /dev-libs/xalan-c | |
parent | Add lm_sensors USE so architectures that don't have sensors support can mask ... (diff) | |
download | gentoo-2-a8e93242fb5def147a4793e19294f6673ce38f8c.tar.gz gentoo-2-a8e93242fb5def147a4793e19294f6673ce38f8c.tar.bz2 gentoo-2-a8e93242fb5def147a4793e19294f6673ce38f8c.zip |
fix multilib-strict; bug 154279; credits to Christoph Mende
(Portage version: 2.1.2-r5)
Diffstat (limited to 'dev-libs/xalan-c')
-rw-r--r-- | dev-libs/xalan-c/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/xalan-c/xalan-c-1.10.0.ebuild | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-libs/xalan-c/ChangeLog b/dev-libs/xalan-c/ChangeLog index dce31fe24dc1..a100cb659667 100644 --- a/dev-libs/xalan-c/ChangeLog +++ b/dev-libs/xalan-c/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/xalan-c -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xalan-c/ChangeLog,v 1.9 2006/12/04 17:49:19 dev-zero Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xalan-c/ChangeLog,v 1.10 2007/02/02 14:28:30 blubb Exp $ + + 02 Feb 2007; Simon Stelling <blubb@gentoo.org> xalan-c-1.10.0.ebuild: + fix multilib-strict; bug 154279; credits to Christoph Mende 04 Dec 2006; Tiziano Müller <dev-zero@gentoo.org> -files/1.8.0-gcc34.patch, -xalan-c-1.7.0.ebuild, -xalan-c-1.8.0.ebuild, 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 |