1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/games/q3cellshading/files/patch-code-qcommon-vm_x86.c
Pawel Pekala edd8b88ba6 - Fix build with clang (global var defined as static,
unrecognized compiler arguments)
- Add staging support
- Use options subs

MFH:		2014Q2
2014-04-18 09:16:29 +00:00

12 lines
316 B
C

--- code/qcommon/vm_x86.c.orig 2014-04-17 13:05:34.157088687 +0200
+++ code/qcommon/vm_x86.c 2014-04-17 12:58:45.706901862 +0200
@@ -84,7 +84,7 @@
#endif // !_WIN32
-static int callMask = 0; // bk001213 - init
+ int callMask = 0; // bk001213 - init
static int instruction, pass;
static int lastConst = 0;