summaryrefslogtreecommitdiffstats
path: root/games/3dc/files/patch-include_machine.h
blob: 8342b7c4f55411aa16faf5cf35c68cddfd750570 (plain)
1
2
3
4
5
6
7
8
9
10
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__ */
 
OpenPOWER on IntegriCloud