pkgsrc/graphics/openimageio/patches/patch-include_tbb_tbb__machine.h
ryoon d9e0caa288 Import openimageio-1.1.1 as graphics/openimageio.
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.
2012-12-03 12:54:14 +00:00

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"