1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

graphics/tesseract: disable tensorflow to prevent build conflict

Prevent protobuf header conflicts when science/py-tensorflow is
installed.

PR:		267233
This commit is contained in:
Torsten Zuehlsdorff
2026-03-23 21:12:31 +01:00
parent 3b11417137
commit 5013c54991
+2
View File
@@ -52,6 +52,8 @@ CMAKE_ON= OPENMP_BUILD
LDFLAGS+= -lomp
.endif
CONFIGURE_ARGS+= --without-tensorflow
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}