diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-29 19:59:30 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-29 19:59:30 +0000 |
commit | c88dc42c14bde3d598fd2f3eab4c240f5d14f469 (patch) | |
tree | 2da9809c49aad67198c74b8860917ee61013b551 /games-action/d2x/files | |
parent | Stable on alpha wrt security bug #106996 (diff) | |
download | gentoo-2-c88dc42c14bde3d598fd2f3eab4c240f5d14f469.tar.gz gentoo-2-c88dc42c14bde3d598fd2f3eab4c240f5d14f469.tar.bz2 gentoo-2-c88dc42c14bde3d598fd2f3eab4c240f5d14f469.zip |
Added patch submitted to bug #98810 and closing bug #98810.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'games-action/d2x/files')
-rw-r--r-- | games-action/d2x/files/d2x-0.2.5-dofpcalcs-macro.patch | 12 | ||||
-rw-r--r-- | games-action/d2x/files/digest-d2x-0.2.5-r2 | 2 |
2 files changed, 14 insertions, 0 deletions
diff --git a/games-action/d2x/files/d2x-0.2.5-dofpcalcs-macro.patch b/games-action/d2x/files/d2x-0.2.5-dofpcalcs-macro.patch new file mode 100644 index 000000000000..9178fb134a2d --- /dev/null +++ b/games-action/d2x/files/d2x-0.2.5-dofpcalcs-macro.patch @@ -0,0 +1,12 @@ +diff -ur d2x-0.2.5.org/texmap/tmapppro.S d2x-0.2.5/texmap/tmapppro.S +--- d2x-0.2.5.org/texmap/tmapppro.S 2005-07-12 15:29:34.526000439 -0500 ++++ d2x-0.2.5/texmap/tmapppro.S 2005-07-12 15:29:57.245237920 -0500 +@@ -122,7 +122,7 @@ + // dzdx to z, and finally puts 64 back onto the stack. At the end of + // the macro, the stack contains: 64, z, u, v. + +-.macro DoFPCalcs 0 // The FP stack after each instruction: ++.macro DoFPCalcs // The FP stack after each instruction: + // 64/z z u v + fst %st(4) // 64/z z u v 64/z + fxch %st(2) // u z 64/z v 64/z diff --git a/games-action/d2x/files/digest-d2x-0.2.5-r2 b/games-action/d2x/files/digest-d2x-0.2.5-r2 new file mode 100644 index 000000000000..3bae26d927d8 --- /dev/null +++ b/games-action/d2x/files/digest-d2x-0.2.5-r2 @@ -0,0 +1,2 @@ +MD5 79474db1ff4f0ae1fb76d691701cc560 d2x-0.2.5.tar.gz 2015249 +MD5 1b952cc4a4419e24d230589027d73490 d2shar10.tar.gz 4311406 |