diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-06-29 12:00:11 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-06-29 12:00:11 +0000 |
commit | 268f2f62b9f15c5cddcf111fc04c14865fe38dfa (patch) | |
tree | 6d907417419d7cdb0532969b49001d3930556088 /media-libs/sge | |
parent | remove old. (diff) | |
download | gentoo-2-268f2f62b9f15c5cddcf111fc04c14865fe38dfa.tar.gz gentoo-2-268f2f62b9f15c5cddcf111fc04c14865fe38dfa.tar.bz2 gentoo-2-268f2f62b9f15c5cddcf111fc04c14865fe38dfa.zip |
multilib fix by Tiago Cunha, bug #183621
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'media-libs/sge')
-rw-r--r-- | media-libs/sge/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/sge/sge-030809.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-libs/sge/ChangeLog b/media-libs/sge/ChangeLog index 50ffd48acd5b..c8476971041f 100644 --- a/media-libs/sge/ChangeLog +++ b/media-libs/sge/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/sge # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sge/ChangeLog,v 1.5 2007/05/15 17:49:03 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sge/ChangeLog,v 1.6 2007/06/29 12:00:11 nyhm Exp $ + + 29 Jun 2007; Tristan Heaven <nyhm@gentoo.org> sge-030809.ebuild: + multilib fix by Tiago Cunha, bug #183621 15 May 2007; Matti Bickel <mabi@gentoo.org> sge-030809.ebuild: keyworded ~ppc (bug #168745) diff --git a/media-libs/sge/sge-030809.ebuild b/media-libs/sge/sge-030809.ebuild index d8ae4503c16c..0ecfe82aa8cf 100644 --- a/media-libs/sge/sge-030809.ebuild +++ b/media-libs/sge/sge-030809.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sge/sge-030809.ebuild,v 1.7 2007/05/15 17:49:03 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sge/sge-030809.ebuild,v 1.8 2007/06/29 12:00:11 nyhm Exp $ -inherit eutils +inherit eutils multilib MY_P="sge${PV}" DESCRIPTION="Graphics extensions library for SDL" @@ -27,6 +27,8 @@ src_unpack() { "${FILESDIR}"/${P}-build.patch \ "${FILESDIR}"/${P}-freetype.patch \ "${FILESDIR}"/${P}-cmap.patch + sed -i "/\$(PREFIX)/s:lib:$(get_libdir):g" Makefile \ + || die "sed failed" } src_compile() { |