Don't try to use eigen if happens to find it.
This commit is contained in:
parent
17775908a4
commit
266f58f1e1
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.61 2016/02/25 08:27:03 jperkin Exp $
|
||||
# $NetBSD: Makefile,v 1.62 2016/03/29 10:04:40 markd Exp $
|
||||
|
||||
DISTNAME= opencv-3.1.0
|
||||
CATEGORIES= graphics devel
|
||||
|
@ -37,6 +37,7 @@ CXXFLAGS+= -std=c++11
|
|||
CMAKE_ARGS+= -DPYTHON_EXECUTABLE:FILEPATH=${PYTHONBIN}
|
||||
CMAKE_ARGS+= -DZLIB_ROOT=${BUILDLINK_PREFIX.zlib}
|
||||
CMAKE_ARGS.SunOS+= -DENABLE_PRECOMPILED_HEADERS=NO
|
||||
CMAKE_ARGS+= -DWITH_EIGEN=NO
|
||||
|
||||
CONFIGURE_ENV+= MACHINE_ARCH=${MACHINE_ARCH}
|
||||
|
||||
|
|
Loading…
Reference in a new issue