aboutsummaryrefslogtreecommitdiff
path: root/games/glasteroids/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'games/glasteroids/files/patch-ac')
-rw-r--r--games/glasteroids/files/patch-ac21
1 files changed, 0 insertions, 21 deletions
diff --git a/games/glasteroids/files/patch-ac b/games/glasteroids/files/patch-ac
deleted file mode 100644
index 528ea4331054..000000000000
--- a/games/glasteroids/files/patch-ac
+++ /dev/null
@@ -1,21 +0,0 @@
---- 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>
-+#if defined(__FreeBSD__) && defined(__i386__)
-+#include <floatingpoint.h>
-+#endif
- #include "Bobcat.h"
-
- /*
-@@ -75,6 +78,9 @@
- {
- BCworld *world;
-
-+#if defined(__FreeBSD__) && defined(__i386__)
-+ fpsetmask(0);
-+#endif
- world = BCgetWorld ( );
-
- world->InitWorld ( argc, argv,"Glasteroids", 640, 480, 100 );