graphics/cimg: fix build on armv7

No OpenMP on armv7, so disable it.

Approved by:	portmgr (build fix blanket)
MFH:		2025Q2
This commit is contained in:
Robert Clausecker
2025-05-22 09:49:25 +02:00
parent 78a2c01b5d
commit 67ff0768ec

View File

@@ -85,6 +85,9 @@ USE_XORG+= xext
DOCBASE= README.txt
CFLAGS+= -I${LOCALBASE}/include/Imath -I${LOCALBASE}/include/OpenEXR
MAKE_ARGS+= CPPFLAGS="${CFLAGS}" FREEBSD_LDFLAGS="${LDFLAGS}"
. if !exists(/usr/include/omp.h)
MAKE_ARGS+= OPENMP_CFLAGS=
. endif
PROGS= CImg_demo captcha curve_editor2d dtmri_view3d \
edge_explorer2d fade_images gaussian_fit1d generate_loop_macros \
hough_transform2d image2ascii image_registration2d image_surface3d \