diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2010-03-01 17:19:08 +0000 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2010-03-01 17:19:08 +0000 |
commit | deee1a6f41dba72866e41a9f8e287ef84c40ba41 (patch) | |
tree | bc9a90c7282ed65ba4f4b6636648f00ebefe839d /net-libs/openmq-cclient/openmq-cclient-4.4.1.ebuild | |
parent | Version bump (snapshot) wrt #306297, thanks to Denilson for reporting. This w... (diff) | |
download | historical-deee1a6f41dba72866e41a9f8e287ef84c40ba41.tar.gz historical-deee1a6f41dba72866e41a9f8e287ef84c40ba41.tar.bz2 historical-deee1a6f41dba72866e41a9f8e287ef84c40ba41.zip |
add fix to know gcc on AIX, keyworded ~ppc-aix
Package-Manager: portage-2.1.7.17/cvs/Linux x86_64
Diffstat (limited to 'net-libs/openmq-cclient/openmq-cclient-4.4.1.ebuild')
-rw-r--r-- | net-libs/openmq-cclient/openmq-cclient-4.4.1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-libs/openmq-cclient/openmq-cclient-4.4.1.ebuild b/net-libs/openmq-cclient/openmq-cclient-4.4.1.ebuild index 3787284541da..dc82f077c26d 100644 --- a/net-libs/openmq-cclient/openmq-cclient-4.4.1.ebuild +++ b/net-libs/openmq-cclient/openmq-cclient-4.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/openmq-cclient/openmq-cclient-4.4.1.ebuild,v 1.1 2010/03/01 16:58:37 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/openmq-cclient/openmq-cclient-4.4.1.ebuild,v 1.2 2010/03/01 17:19:08 haubi Exp $ EAPI="2" @@ -14,7 +14,7 @@ MY_BUILDV="b7" LICENSE="|| ( CDDL GPL-2-with-linking-exception )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~ppc-aix" IUSE="" if [[ $(x=( $(get_all_version_components) ); echo ${x[3]}) == '.' ]]; then @@ -53,6 +53,8 @@ DEPEND="${RDEPEND} S="${WORKDIR}/mq/src/share/cclient" src_prepare() { + epatch "${FILESDIR}"/${P}-aix-gcc.patch + einfo "avoiding potential conflict with <xa.h>" mkdir cshim/mq || die mv cshim/xa.h cshim/mq/ || die |