Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/games/3dc/files/patch-include_machine.h
16461 views
1
--- ../include/machine.h.orig Mon May 31 12:57:09 1999
2
+++ ../include/machine.h Mon May 31 12:57:36 1999
3
@@ -35,7 +35,7 @@
4
#include <ulimit.h>
5
#endif
6
7
-#ifdef __alpha__
8
+#if defined(__alpha__) && !defined(__FreeBSD__)
9
#include <alloca.h>
10
#endif /* __alpha__ */
11
12
13