opnsense-ports/graphics/nvidia-texture-tools/files/patch-src_nvmath_Matrix.cpp
Franco Fichtner be89a81ed8 */*: sync with upstream
Taken from: FreeBSD
2022-04-04 16:09:52 +02:00

11 lines
244 B
C++

--- src/nvmath/Matrix.cpp.orig 2020-08-24 06:27:21 UTC
+++ src/nvmath/Matrix.cpp
@@ -7,7 +7,7 @@
#include <float.h>
-#if !NV_CC_MSVC && !NV_OS_ORBIS
+#if !NV_CC_MSVC && !NV_OS_ORBIS && !NV_OS_FREEBSD
#include <alloca.h>
#endif