freebsd-ports/graphics/nvidia-texture-tools/files/patch-src_nvmath_Matrix.cpp
Dmitry Marakasov 7784bff647 graphics/nvidia-texture-tools: update 2.1.1 → 2.1.2
Note: upstream no longer supports shared libnvmath, but consumer
ports (devel/osg*) still require it, so forcibly make it shared.
2022-04-01 17:37:34 +03: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