1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

graphics/tiff: Move configure args to correct helper and disable (lib)webp

Move CMAKE_DISABLE_FIND_PACKAGE_GLUT, CMAKE_DISABLE_FIND_PACKAGE_OpenGL
to CMAKE_ON and add CMAKE_DISABLE_FIND_PACKAGE_WebP to disable potential
build issues in unclean environments

Approved by:	portmgr (blanket, build fix)
This commit is contained in:
Daniel Engberg 2024-10-10 01:27:11 +02:00
parent c1cc8c5f75
commit 57d50ff237

View File

@ -24,10 +24,11 @@ DOCSDIR= ${PREFIX}/share/doc/tiff-${DISTVERSION}
CMAKE_TESTING_ON= tiff-tests
CMAKE_OFF= CMAKE_DISABLE_FIND_PACKAGE_GLUT \
CMAKE_DISABLE_FIND_PACKAGE_OpenGL \
tiff-docs \
CMAKE_OFF= tiff-docs \
tiff-tests
CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_GLUT \
CMAKE_DISABLE_FIND_PACKAGE_OpenGL \
CMAKE_DISABLE_FIND_PACKAGE_WebP
OPTIONS_DEFINE= DOCS