From a8e93242fb5def147a4793e19294f6673ce38f8c Mon Sep 17 00:00:00 2001 From: Simon Stelling Date: Fri, 2 Feb 2007 14:28:30 +0000 Subject: fix multilib-strict; bug 154279; credits to Christoph Mende (Portage version: 2.1.2-r5) --- dev-libs/xalan-c/ChangeLog | 7 +++++-- dev-libs/xalan-c/xalan-c-1.10.0.ebuild | 9 +++++---- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'dev-libs/xalan-c') 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 xalan-c-1.10.0.ebuild: + fix multilib-strict; bug 154279; credits to Christoph Mende 04 Dec 2006; Tiziano Müller -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 -- cgit v1.2.3-65-gdbad