forked from Lainports/freebsd-ports
Note: upstream no longer supports shared libnvmath, but consumer ports (devel/osg*) still require it, so forcibly make it shared.
11 lines
244 B
C++
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
|
|
|