diff options
author | Tristan Heaven <tristan@gentoo.org> | 2007-06-29 12:00:11 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2007-06-29 12:00:11 +0000 |
commit | 808afd394f043560e5a5c1919001cb029a01b45c (patch) | |
tree | 02752bcd78d2d2497a40615f6625b93502dcb1c5 /media-libs/sge/sge-030809.ebuild | |
parent | remove old. (diff) | |
download | historical-808afd394f043560e5a5c1919001cb029a01b45c.tar.gz historical-808afd394f043560e5a5c1919001cb029a01b45c.tar.bz2 historical-808afd394f043560e5a5c1919001cb029a01b45c.zip |
multilib fix by Tiago Cunha, bug #183621
Package-Manager: portage-2.1.3_rc6
Diffstat (limited to 'media-libs/sge/sge-030809.ebuild')
-rw-r--r-- | media-libs/sge/sge-030809.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
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() { |