summaryrefslogtreecommitdiff
path: root/graphics/openimageio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/openimageio/Makefile')
-rw-r--r--graphics/openimageio/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile
index 86cc2702afa..6bf932a30fd 100644
--- a/graphics/openimageio/Makefile
+++ b/graphics/openimageio/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2014/05/31 15:56:27 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2014/07/09 20:00:01 ryoon Exp $
-OIIOVER= 1.3.13
+OIIOVER= 1.4.10
DISTNAME= oiio-Release-${OIIOVER}
PKGNAME= ${DISTNAME:S/oiio-Release/openimageio/}
-PKGREVISION= 3
CATEGORIES= graphics
MASTER_SITES= -https://github.com/OpenImageIO/oiio/archive/Release-${OIIOVER}.tar.gz
@@ -12,8 +11,6 @@ HOMEPAGE= https://sites.google.com/site/openimageio/
COMMENT= OpenImageIO is a library for reading and writing images
LICENSE= modified-bsd
-#WRKSRC= ${WRKDIR}/${DISTNAME}/src
-
USE_CMAKE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
@@ -28,11 +25,6 @@ CMAKE_ARGS+= -DINSTALL_DOCS:BOOL=OFF
# For redefinition of _rotl macro.
BUILDLINK_TRANSFORM+= rm:-Werror
-pre-install:
- ${RM} -f ${WRKSRC}/include/tbb/tbb_machine.h.orig
- ${RM} -f ${WRKSRC}/include/tbb/tbb_misc.h.orig
- ${RM} -f ${WRKSRC}/include/tbb/tbb_exception.h.orig
-
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
CXXFLAGS+= -Wno-deprecated-register