[Bug 283949] x11/pixman: build fail

[email protected]
Newsgroups gmane.os.freebsd.devel.x11
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283949

Ronald Klop <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Ronald Klop <[email protected]> ---
Some ports check for openmp:

$ find /usr/porsts -name Makefile | xargs grep -A 3 "omp.h
./math/tmv/Makefile:.if !exists(/usr/include/omp.h)
./math/tmv/Makefile-USES+=              compiler:gcc-c++11-lib
./math/tmv/Makefile-.endif

Can't this port do something similar?
.if !exists(/usr/include/omp.h)
CFLAGS+=-Dopenmp=disabled
.endif

(I think an architecture like armv7 doesn't have openmp at all so this
construction fixes some ports on that platform.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.