diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-12-04 03:56:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-12-04 03:56:43 +0000 |
commit | 43ef55a86ae7d825d62b873174dd2d5f3add016a (patch) | |
tree | 1f35c3e48d5fa0ec32e1ded9cae0b3df35344334 /games-emulation/raine | |
parent | Add -W 2.6 option to 0.6.1 launcher to be sure we're always using wxpython-2.6. (diff) | |
download | gentoo-2-43ef55a86ae7d825d62b873174dd2d5f3add016a.tar.gz gentoo-2-43ef55a86ae7d825d62b873174dd2d5f3add016a.tar.bz2 gentoo-2-43ef55a86ae7d825d62b873174dd2d5f3add016a.zip |
stop trying to use the obsolete -r option to nasm
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-emulation/raine')
-rw-r--r-- | games-emulation/raine/raine-0.50.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-emulation/raine/raine-0.50.5.ebuild b/games-emulation/raine/raine-0.50.5.ebuild index 34300b5d162d..2f84f1d0c8df 100644 --- a/games-emulation/raine/raine-0.50.5.ebuild +++ b/games-emulation/raine/raine-0.50.5.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/raine/raine-0.50.5.ebuild,v 1.2 2007/10/02 09:37:10 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.50.5.ebuild,v 1.3 2007/12/04 03:56:43 mr_bones_ Exp $ inherit versionator games @@ -35,6 +35,7 @@ src_unpack() { echo > cpuinfo sed -i \ -e "/prefix =/s:/usr::" \ + -e "s:nasm -r:echo nasm:" \ -e "/bindir/s:=.*:=\$(DESTDIR)${GAMES_BINDIR}:" \ -e "/sharedir =/s:=.*:=\$(DESTDIR)${GAMES_DATADIR}:" \ -e "/mandir/s:=.*:=\$(DESTDIR)/usr/share/man/man6:" \ |