diff options
author | markd <markd@pkgsrc.org> | 2014-11-30 02:34:31 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2014-11-30 02:34:31 +0000 |
commit | e5763d4311fc9734a45b7a7c497b16571c83d5fe (patch) | |
tree | 62903345a9c6b8c79e3723f74c35432399ebba58 /graphics/openimageio/Makefile | |
parent | 1de948ae710f23a4071c23d172fa04e0464020db (diff) | |
download | pkgsrc-e5763d4311fc9734a45b7a7c497b16571c83d5fe.tar.gz |
Linux needs -pthread
Explicitly disable libraw
Diffstat (limited to 'graphics/openimageio/Makefile')
-rw-r--r-- | graphics/openimageio/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile index 2a6c9adb13d..25e26ecb9e5 100644 --- a/graphics/openimageio/Makefile +++ b/graphics/openimageio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2014/11/07 19:39:25 adam Exp $ +# $NetBSD: Makefile,v 1.33 2014/11/30 02:34:31 markd Exp $ OIIOVER= 1.4.10 DISTNAME= oiio-Release-${OIIOVER} @@ -17,11 +17,13 @@ USE_LANGUAGES= c c++ USE_TOOLS+= gmake CXXFLAGS+= -std=c++0x +CXXFLAGS.Linux+= -pthread CMAKE_ARGS+= -DILMBASE_HOME:STRING=${BUILDLINK_PREFIX.ilmbase} CMAKE_ARGS+= -DOPENJPEG_HOME:STRING=${BUILDLINK_PREFIX.openjpeg15} CMAKE_ARGS+= -DOPENEXR_HOME:STRING=${BUILDLINK_PREFIX.openexr} CMAKE_ARGS+= -DINSTALL_DOCS:BOOL=OFF +CMAKE_ARGS+= -DUSE_LIBRAW:BOOL=OFF # For redefinition of _rotl macro. BUILDLINK_TRANSFORM+= rm:-Werror |