diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-08-13 12:52:40 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-08-13 12:52:40 +0000 |
commit | 6190781177c9e30adc16010a5a0659b8df7105bd (patch) | |
tree | 333d83ab4cff25a2ceda12f935162888984984e7 /games-fps | |
parent | ver bump #59341 (Manifest recommit) (diff) | |
download | gentoo-2-6190781177c9e30adc16010a5a0659b8df7105bd.tar.gz gentoo-2-6190781177c9e30adc16010a5a0659b8df7105bd.tar.bz2 gentoo-2-6190781177c9e30adc16010a5a0659b8df7105bd.zip |
Fixed BUG #53784
Diffstat (limited to 'games-fps')
3 files changed, 23 insertions, 2 deletions
diff --git a/games-fps/anaglyph-stereo-quake/ChangeLog b/games-fps/anaglyph-stereo-quake/ChangeLog index 133b9373bb7b..b376fa1d3df7 100644 --- a/games-fps/anaglyph-stereo-quake/ChangeLog +++ b/games-fps/anaglyph-stereo-quake/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-fps/anaglyph-stereo-quake # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/anaglyph-stereo-quake/ChangeLog,v 1.4 2004/06/24 22:40:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/anaglyph-stereo-quake/ChangeLog,v 1.5 2004/08/13 12:52:40 kugelfang Exp $ + + 13 Aug 2004; Danny van Dyk <kugelfang@gentoo.org> + +files/anaglyph-stereo-quake-130100-amd64.patch, + anaglyph-stereo-quake-130100-r1.ebuild: + Fixed BUG #53784. *anaglyph-stereo-quake-130100-r1 (06 Oct 2003) diff --git a/games-fps/anaglyph-stereo-quake/anaglyph-stereo-quake-130100-r1.ebuild b/games-fps/anaglyph-stereo-quake/anaglyph-stereo-quake-130100-r1.ebuild index d45e821aa237..55721b28933d 100644 --- a/games-fps/anaglyph-stereo-quake/anaglyph-stereo-quake-130100-r1.ebuild +++ b/games-fps/anaglyph-stereo-quake/anaglyph-stereo-quake-130100-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/anaglyph-stereo-quake/anaglyph-stereo-quake-130100-r1.ebuild,v 1.5 2004/06/24 22:40:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/anaglyph-stereo-quake/anaglyph-stereo-quake-130100-r1.ebuild,v 1.6 2004/08/13 12:52:40 kugelfang Exp $ inherit games gcc eutils @@ -34,6 +34,7 @@ src_unpack() { epatch ${FILESDIR}/makefile-cflags.patch epatch ${FILESDIR}/gentoo-paths.patch epatch ${WORKDIR}/${P}-SDL.patch + epatch ${FILESDIR}/${P}-amd64.patch } src_compile() { diff --git a/games-fps/anaglyph-stereo-quake/files/anaglyph-stereo-quake-130100-amd64.patch b/games-fps/anaglyph-stereo-quake/files/anaglyph-stereo-quake-130100-amd64.patch new file mode 100644 index 000000000000..cf28f9328425 --- /dev/null +++ b/games-fps/anaglyph-stereo-quake/files/anaglyph-stereo-quake-130100-amd64.patch @@ -0,0 +1,15 @@ +--- sys_dosa.s.old 2004-08-13 14:47:58.432637616 +0200 ++++ sys_dosa.s 2004-08-13 14:48:44.823585120 +0200 +@@ -5,6 +5,7 @@ + #include "asm_i386.h" + #include "quakeasm.h" + ++#if defined(__i386__) + + .data + +@@ -93,3 +94,4 @@ + + ret + ++#endif // defined(__i386__) |