maintainer-feedback requested: [Bug 283949] x11/pixman: build fail

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 09 Jan 2025 07:12:46 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-x11 (Nobody)
<x11@FreeBSD.org> for maintainer-feedback:
Bug 283949: x11/pixman: build fail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283949



--- Description ---
...
Checking if "GNU Inline ASM support." compiles: YES 
WARNING: OpenMP found but omp.h missing.
Run-time dependency OpenMP found: NO (tried system)

meson.build:418:15: ERROR: Dependency "openmp" not found, tried system
...

My FBSD builded without OpenMP: src.conf have "WITHOUT_OPENMP="

Forcing "-Dopenmp=disabled" fix build issue.

Can port have autodetect for this or at least option to disable OpenMP?