diff options
author | Fabian Groffen <grobian@gentoo.org> | 2015-01-18 19:01:36 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2015-01-18 19:01:36 +0000 |
commit | 2435e7232a849936e02053a328d2d5a7aca390e8 (patch) | |
tree | b80943a253893cfc7b77addf8986aae34f1933e4 /dev-libs/libffi/libffi-3.1-r3.ebuild | |
parent | Version bump, fix metadata #534052, drop ppc (diff) | |
download | historical-2435e7232a849936e02053a328d2d5a7aca390e8.tar.gz historical-2435e7232a849936e02053a328d2d5a7aca390e8.tar.bz2 historical-2435e7232a849936e02053a328d2d5a7aca390e8.zip |
Allow to compile on 32-bits Darwin, bug #536764
Package-Manager: portage-2.2.14-prefix/cvs/SunOS i386
Manifest-Sign-Key: 0x5F75F607C5C74E89
Diffstat (limited to 'dev-libs/libffi/libffi-3.1-r3.ebuild')
-rw-r--r-- | dev-libs/libffi/libffi-3.1-r3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-libs/libffi/libffi-3.1-r3.ebuild b/dev-libs/libffi/libffi-3.1-r3.ebuild index 196a04bc965b..6c8f82ea6a70 100644 --- a/dev-libs/libffi/libffi-3.1-r3.ebuild +++ b/dev-libs/libffi/libffi-3.1-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.1-r3.ebuild,v 1.2 2014/08/10 20:35:34 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.1-r3.ebuild,v 1.3 2015/01/18 19:01:31 grobian Exp $ EAPI=5 inherit eutils libtool multilib multilib-minimal toolchain-funcs @@ -39,7 +39,8 @@ pkg_setup() { src_prepare() { epatch \ "${FILESDIR}"/${P}-execstack.patch \ - "${FILESDIR}"/${P}-typing_error.patch + "${FILESDIR}"/${P}-typing_error.patch \ + "${FILESDIR}"/${P}-darwin-x32.patch sed -i -e 's:@toolexeclibdir@:$(libdir):g' Makefile.in || die #462814 # http://sourceware.org/ml/libffi-discuss/2014/msg00060.html |