summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz>2011-06-09 23:28:29 +0000
committerwiz <wiz>2011-06-09 23:28:29 +0000
commitb3781328ca8405d18392c281f6dcb350a63c5e5e (patch)
tree2a3fc0344c2be53937a9d81dfb921ba4c1384581 /graphics
parentad7b6f291faa8566f46fc2f4b17e792fe1ad90d3 (diff)
downloadpkgsrc-b3781328ca8405d18392c281f6dcb350a63c5e5e.tar.gz
Disable openexr, so it doesn't break the build when it's installed
and cmake finds it, but buildlink3 hides it. Reported by Aymeric. XXX: should be made an option instead
Diffstat (limited to 'graphics')
-rw-r--r--graphics/opencv/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile
index 800d2e553ad..0243f0fe69b 100644
--- a/graphics/opencv/Makefile
+++ b/graphics/opencv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2011/04/22 13:43:49 obache Exp $
+# $NetBSD: Makefile,v 1.16 2011/06/09 23:28:29 wiz Exp $
#
DISTNAME= OpenCV-2.2.0
@@ -31,6 +31,8 @@ SUBST_SED.py= -e 's,/usr/bin/python,/usr/bin/env python,'
#CONFIGURE_ARGS+=--with-swig=no
CMAKE_ARGS+= -D BUILD_NEW_PYTHON_SUPPORT=OFF
+# FIXME: should be option.mk'ed instead
+CMAKE_ARGS+= -D WITH_OPENEXR:BOOL=OFF
.include "../../x11/gtk2/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"