Bring back BUILD_DEPENDS+=graphics/opencv,-java hack; will be dealt
properly in OpenCV post-release. failed again at naddy@'s
This commit is contained in:
parent
5415a2a317
commit
5243b5979d
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2014/07/23 23:31:53 zhuk Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2014/07/25 15:05:32 zhuk Exp $
|
||||
|
||||
COMMENT-face = Qt/C++ wrapper around LibFace
|
||||
COMMENT-geomap = KIPI interface library for Marble
|
||||
@ -225,6 +225,11 @@ CONFIGURE_ENV = CXXFLAGS="${CXXFLAGS} -DOPENBSD_LIBKDCRAW_NO_CRASH=0"
|
||||
CONFIGURE_ENV = CXXFLAGS="${CXXFLAGS} -DOPENBSD_LIBKDCRAW_NO_CRASH=1"
|
||||
.endif
|
||||
|
||||
# XXX should fix OpenCV CMake config on Java-enabled archs instead!
|
||||
.if ${ARCH} == "amd64"
|
||||
BUILD_DEPENDS += graphics/opencv,-java
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
# use our Kexiv2Config.cmake instead
|
||||
rm ${WRKSRC}/cmake/modules/FindKexiv2.cmake
|
||||
|
Loading…
x
Reference in New Issue
Block a user