diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-02-29 01:33:22 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-02-29 01:43:06 -0500 |
commit | 54637c717de2ee1a029ec718c5b53e6e0719ebab (patch) | |
tree | 8be12eba7c24ef090f8e14ce2b21f13b3b9e38d4 /media-libs/allegro/allegro-5.0.11.ebuild | |
parent | dev-libs/libmirage: clean up old (diff) | |
download | gentoo-54637c717de2ee1a029ec718c5b53e6e0719ebab.tar.gz gentoo-54637c717de2ee1a029ec718c5b53e6e0719ebab.tar.bz2 gentoo-54637c717de2ee1a029ec718c5b53e6e0719ebab.zip |
media-libs/allegro: fix building with multilib with patch from Azamat H. Hackimov (bug #563152)
Package-Manager: portage-2.2.26
Diffstat (limited to 'media-libs/allegro/allegro-5.0.11.ebuild')
-rw-r--r-- | media-libs/allegro/allegro-5.0.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/allegro/allegro-5.0.11.ebuild b/media-libs/allegro/allegro-5.0.11.ebuild index 6d0496dabaa6..2ee1cc697820 100644 --- a/media-libs/allegro/allegro-5.0.11.ebuild +++ b/media-libs/allegro/allegro-5.0.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -39,7 +39,7 @@ DEPEND="${RDEPEND} >=x11-proto/xf86vidmodeproto-2.3.1-r1[${MULTILIB_USEDEP}] >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]" -PATCHES=( "${FILESDIR}"/${PN}-5.0.4-underlink.patch ) +PATCHES=( "${FILESDIR}"/${P}-{underlink,multilib}.patch ) MULTILIB_WRAPPED_HEADERS=( /usr/include/allegro5/allegro_native_dialog.h ) |