diff options
author | 2007-02-14 15:14:22 +0000 | |
---|---|---|
committer | 2007-02-14 15:14:22 +0000 | |
commit | b6b9685b83d7bf47606ab2616252ffdfbb7dc7e3 (patch) | |
tree | 010d7a954338b674bb0f2a714ae8680893cfaab9 /games-emulation/mupen64 | |
parent | Remove virtual/x11 from deps for bug 166361. (diff) | |
download | gentoo-2-b6b9685b83d7bf47606ab2616252ffdfbb7dc7e3.tar.gz gentoo-2-b6b9685b83d7bf47606ab2616252ffdfbb7dc7e3.tar.bz2 gentoo-2-b6b9685b83d7bf47606ab2616252ffdfbb7dc7e3.zip |
FIXME
(Portage version: 2.1.2-r9)
Diffstat (limited to 'games-emulation/mupen64')
-rw-r--r-- | games-emulation/mupen64/mupen64-0.5-r2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games-emulation/mupen64/mupen64-0.5-r2.ebuild b/games-emulation/mupen64/mupen64-0.5-r2.ebuild index 0b2b9d4b7bc3..51fe88ecd831 100644 --- a/games-emulation/mupen64/mupen64-0.5-r2.ebuild +++ b/games-emulation/mupen64/mupen64-0.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64/mupen64-0.5-r2.ebuild,v 1.1 2007/02/14 14:27:57 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64/mupen64-0.5-r2.ebuild,v 1.2 2007/02/14 15:14:22 nyhm Exp $ inherit eutils multilib games @@ -35,6 +35,7 @@ src_unpack() { cd "${S}" rm -f plugins/empty blight_input/SDL_ttf* + # FIXME: libdir breakage on amd64 epatch \ "${FILESDIR}"/${P}-paths.patch \ "${FILESDIR}"/${P}-sdl-ttf.patch @@ -43,6 +44,7 @@ src_unpack() { config.h \ || die "sed failed" + # FIXME: -fPIC should only be used on shared objects sed -i \ -e '/strip/d' \ -e "s:CFLAGS[[:space:]]*=\(.*\):CFLAGS=-fPIC ${CFLAGS}:" \ |