maintainer-feedback requested: [Bug 283949] x11/pixman: build fail
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
Bugzilla Automation <[email protected]> has asked freebsd-x11 (Nobody) <[email protected]> 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?