d9e0caa288
OpenImageIO is a library for reading and writing images, and a bunch of related classes, utilities, and applications. There is a particular emphasis on formats and functionality used in professional, large-scale animation and visual effects work for film. OpenImageIO is used extensively in animation and VFX studios all over the world, and is also incorporated into several commercial products.
13 lines
400 B
C
13 lines
400 B
C
$NetBSD: patch-include_tbb_tbb__machine.h,v 1.1 2012/12/03 12:54:14 ryoon Exp $
|
|
|
|
--- include/tbb/tbb_machine.h.orig 2012-11-16 23:02:42.000000000 +0000
|
|
+++ include/tbb/tbb_machine.h
|
|
@@ -53,7 +53,7 @@ extern "C" __declspec(dllimport) int __s
|
|
#pragma managed(pop)
|
|
#endif
|
|
|
|
-#elif __linux__ || __FreeBSD__
|
|
+#elif __linux__ || __FreeBSD__ || __NetBSD__
|
|
|
|
#if __i386__
|
|
#include "machine/linux_ia32.h"
|