diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-02-12 10:20:28 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-02-12 10:20:28 +0100 |
commit | e919ffe0bd16d9e6dcfe7ed82c3b18e2c67a6051 (patch) | |
tree | 827b50bc5eceb33d49cbeac0927f48ccb9c448dc /dev-libs/xalan-c | |
parent | dev-lang/perl,virtual/perl-Module-CoreList: Bump to Perl v5.24.1 (final) (diff) | |
download | gentoo-e919ffe0bd16d9e6dcfe7ed82c3b18e2c67a6051.tar.gz gentoo-e919ffe0bd16d9e6dcfe7ed82c3b18e2c67a6051.tar.bz2 gentoo-e919ffe0bd16d9e6dcfe7ed82c3b18e2c67a6051.zip |
dev-libs/xalan-c: Drop has_m64 usage.
Remove the bitstobuild option which has no effect on Linux.
Non-maintainer commit, acked by soap.
Bug: 398855
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-libs/xalan-c')
-rw-r--r-- | dev-libs/xalan-c/xalan-c-1.11.0_pre1153059.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-libs/xalan-c/xalan-c-1.11.0_pre1153059.ebuild b/dev-libs/xalan-c/xalan-c-1.11.0_pre1153059.ebuild index acbb8a191dbe..314104119848 100644 --- a/dev-libs/xalan-c/xalan-c-1.11.0_pre1153059.ebuild +++ b/dev-libs/xalan-c/xalan-c-1.11.0_pre1153059.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="4" -inherit toolchain-funcs eutils flag-o-matic multilib +inherit toolchain-funcs eutils multilib DESCRIPTION="XSLT processor for transforming XML into HTML, text, or other XML types" HOMEPAGE="http://xml.apache.org/xalan-c/" @@ -62,12 +62,9 @@ src_configure() { local thread="none" use threads && thread="pthread" - local bitstobuild="32" - $(has_m64) && bitstobuild="64" - ./runConfigure -p ${target} -c "$(tc-getCC)" -x "$(tc-getCXX)" \ -m ${mloader} -t ${transcoder} \ - -r ${thread} -b ${bitstobuild} > configure.vars || die "runConfigure failed" + -r ${thread} > configure.vars || die "runConfigure failed" eval $(grep export configure.vars) |