summaryrefslogtreecommitdiffstats
path: root/games/glasteroids
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-08-08 02:57:48 +0000
committersteve <steve@FreeBSD.org>2000-08-08 02:57:48 +0000
commitb5b9aa6cb906c664616c8e06a279a846cf1b230a (patch)
tree5b47d626c9a5daaf4c5dbff882f812db5d8ee20b /games/glasteroids
parent2463f4668426827c3b5b59ccf09499cf545c306a (diff)
downloadFreeBSD-ports-b5b9aa6cb906c664616c8e06a279a846cf1b230a.zip
FreeBSD-ports-b5b9aa6cb906c664616c8e06a279a846cf1b230a.tar.gz
Fixup one more place where fpsetmask was being called on the Alpha.
Diffstat (limited to 'games/glasteroids')
-rw-r--r--games/glasteroids/files/patch-ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/glasteroids/files/patch-ac b/games/glasteroids/files/patch-ac
index 7585e82..c3217da 100644
--- a/games/glasteroids/files/patch-ac
+++ b/games/glasteroids/files/patch-ac
@@ -1,5 +1,5 @@
---- Glasteroids.cxx Thu Aug 12 04:48:58 1999
-+++ /home/andy/tmp/wrk/Glasteroids.cxx Tue Aug 17 15:11:12 1999
+--- Glasteroids.cxx.orig Wed Aug 11 19:48:58 1999
++++ Glasteroids.cxx Sun Aug 6 19:33:33 2000
@@ -1,5 +1,8 @@
#include <stdlib.h>
#include <time.h>
@@ -13,7 +13,7 @@
{
BCworld *world;
-+#ifdef __FreeBSD__
++#if defined(__FreeBSD__) && !defined(__alpha__)
+ fpsetmask(0);
+#endif
world = BCgetWorld ( );
OpenPOWER on IntegriCloud