pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/opencv2
Module Name: pkgsrc
Committed By: wiz
Date: Sun Dec 25 12:42:52 UTC 2016
Modified Files:
pkgsrc/graphics/opencv2: Makefile
Log Message:
Fix jasper fallout.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/opencv2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/opencv2/Makefile
diff -u pkgsrc/graphics/opencv2/Makefile:1.5 pkgsrc/graphics/opencv2/Makefile:1.6
--- pkgsrc/graphics/opencv2/Makefile:1.5 Wed Aug 17 00:06:42 2016
+++ pkgsrc/graphics/opencv2/Makefile Sun Dec 25 12:42:52 2016
@@ -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.*
Home |
Main Index |
Thread Index |
Old Index