Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline - modeling, rigging, animation, simulation, rendering, compositing and motion tracking, video editing and 2D animation pipeline. This package provides Long Term Support (LTS) version.
15 lines
432 B
C
15 lines
432 B
C
$NetBSD: patch-extern_glog_src_config.h,v 1.1 2020/09/05 11:46:40 ryoon Exp $
|
|
|
|
Support NetBSD.
|
|
|
|
--- 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__)
|