Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/games/Bugdom2/files/patch-Source_3D_3DMath.c
16461 views
1
--- Source/3D/3DMath.c.orig 2024-04-18 14:30:18 UTC
2
+++ Source/3D/3DMath.c
3
@@ -12,6 +12,9 @@
4
5
#include "game.h"
6
7
+#if defined(__VEC__)
8
+#include <altivec.h>
9
+#endif
10
11
/****************************/
12
/* PROTOTYPES */
13
14