summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-06 15:36:20 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-06 15:36:20 +0000
commit853e6602507848907293ef107250e4ffea449ab1 (patch)
treecee2e96c906b53cb8beea8c3a4a5f06736366261 /games
parentUpgrade to astep 2.1, and fix virtual category windowmaker -> afterstep (diff)
Don't include alloca.h on FreeBSD/Alpha.
Notes
Notes: svn path=/head/; revision=19230
Diffstat (limited to 'games')
-rw-r--r--games/3dc/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/3dc/files/patch-ab b/games/3dc/files/patch-ab
new file mode 100644
index 000000000000..8342b7c4f554
--- /dev/null
+++ b/games/3dc/files/patch-ab
@@ -0,0 +1,11 @@
+--- ../include/machine.h.orig Mon May 31 12:57:09 1999
++++ ../include/machine.h Mon May 31 12:57:36 1999
+@@ -35,7 +35,7 @@
+ #include <ulimit.h>
+ #endif
+
+-#ifdef __alpha__
++#if defined(__alpha__) && !defined(__FreeBSD__)
+ #include <alloca.h>
+ #endif /* __alpha__ */
+