diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-07-13 21:48:05 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-07-13 21:48:05 +0000 |
commit | 2e4004792c5d18c81f794b30cdc1493e8005c979 (patch) | |
tree | da9a6c1689c7bd0009307fdec11ddde77e30d67a /games-emulation/nestra | |
parent | Change dependency on dvb according to Bug #98672 (diff) | |
download | gentoo-2-2e4004792c5d18c81f794b30cdc1493e8005c979.tar.gz gentoo-2-2e4004792c5d18c81f794b30cdc1493e8005c979.tar.bz2 gentoo-2-2e4004792c5d18c81f794b30cdc1493e8005c979.zip |
fixed bug 94871
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-emulation/nestra')
-rw-r--r-- | games-emulation/nestra/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/nestra/nestra-0.66-r1.ebuild | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/games-emulation/nestra/ChangeLog b/games-emulation/nestra/ChangeLog index 7c8dac93de78..5761f01fe5ae 100644 --- a/games-emulation/nestra/ChangeLog +++ b/games-emulation/nestra/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/nestra # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/ChangeLog,v 1.5 2005/03/21 08:10:09 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/ChangeLog,v 1.6 2005/07/13 21:48:05 blubb Exp $ + + 13 Jul 2005; Simon Stelling <blubb@gentoo.org> nestra-0.66-r1.ebuild: + fixed bug 94871 21 Mar 2005; Jeremy Huddleston <eradicator@gentoo.org> nestra-0.66-r1.ebuild: diff --git a/games-emulation/nestra/nestra-0.66-r1.ebuild b/games-emulation/nestra/nestra-0.66-r1.ebuild index 3675f2229348..c16d2b9cedad 100644 --- a/games-emulation/nestra/nestra-0.66-r1.ebuild +++ b/games-emulation/nestra/nestra-0.66-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/nestra-0.66-r1.ebuild,v 1.7 2005/06/02 23:43:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/nestra-0.66-r1.ebuild,v 1.8 2005/07/13 21:48:05 blubb Exp $ inherit eutils toolchain-funcs flag-o-matic games @@ -46,6 +46,11 @@ src_unpack() { -e "s:ld:$(tc-getLD) ${LDFLAGS}:" \ -e "s:gcc:$(tc-getCC) ${CFLAGS}:" Makefile \ || die "sed Makefile failed" + + #94871 + if use amd64 ; then + sed -i -e "s:-L/usr/X11R6/lib:-L/emul/linux/x86/usr/lib32:" Makefile + fi } src_compile() { |