diff options
author | wiz <wiz@pkgsrc.org> | 2016-12-25 12:42:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-12-25 12:42:52 +0000 |
commit | f0acd77959ac516eb565679deb209eef46ec8f86 (patch) | |
tree | 0e35aefda7389cfb92555746c837a02a54209f2f | |
parent | 36ad388286524cc1aa5fd9fb36d0c8072e8a56c4 (diff) | |
download | pkgsrc-f0acd77959ac516eb565679deb209eef46ec8f86.tar.gz |
Fix jasper fallout.
-rw-r--r-- | graphics/opencv2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/opencv2/Makefile b/graphics/opencv2/Makefile index 98cb2df229b..96a2c7ab85f 100644 --- a/graphics/opencv2/Makefile +++ b/graphics/opencv2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/08/17 00:06:42 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2016/12/25 12:42:52 wiz Exp $ DISTNAME= opencv-2.4.11 PKGREVISION= 3 @@ -27,6 +27,9 @@ REPLACE_PYTHON+= samples/python/*.py WRKSRC= ${WRKDIR}/${DISTNAME:S/a$//} +# jasper uses SIZE_MAX and friends in its headers. +CXXFLAGS+= -D__STDC_LIMIT_MACROS + # includes configure output and paths to gmake etc. CHECK_WRKREF_SKIP= ${PREFIX}/lib/libopencv_core.* |