b6fbe54c2d
* Convert to cmake build from scons Changelog: In this release: Cycles: Better Subsurface Scattering, GPU support for Smoke/Fire and Point Density. Grease pencil stroke sculpting and improved workflow. OpenVDB caching for smoke/volumetric simulations. Reworked library handling to manage missing and deleted datablocks. Redesigned progress bar. Edit mode boolean tool, better decimate modifier. Improved extruding and weight painting tools for sculpting/painting. Support for Windows XP and the SCons build system was removed. And: 100s of bug fixes and other improvements!
13 lines
415 B
C
13 lines
415 B
C
$NetBSD: patch-extern_glog_src_config.h,v 1.1 2016/08/15 19:26:18 ryoon Exp $
|
|
|
|
--- extern/glog/src/config.h.orig 2016-03-23 08:49:49.000000000 +0000
|
|
+++ extern/glog/src/config.h
|
|
@@ -10,6 +10,8 @@
|
|
#include "windows/config.h"
|
|
#elif defined(__linux__)
|
|
#include "config_linux.h"
|
|
+#elif defined(__NetBSD__)
|
|
+ #include "config_netbsd.h"
|
|
#elif defined(_MSC_VER)
|
|
#include "windows/config.h"
|
|
#elif defined(__GNU__)
|