diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-04-27 13:18:34 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-04-27 13:18:34 +0000 |
commit | 0e744155027dd8674d9ee0e77f96aad9a62bf42f (patch) | |
tree | 39dd9035ad46ae38133c0b52171cb39e101feb28 /math/tmv | |
parent | 7a8e54be5299bc625097d94fdc40d1a3ab85b52a (diff) |
math/tmv: check for omp.h on all architectures
Diffstat (limited to 'math/tmv')
-rw-r--r-- | math/tmv/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/tmv/Makefile b/math/tmv/Makefile index 43f05dc9ea63..b9035a2e213d 100644 --- a/math/tmv/Makefile +++ b/math/tmv/Makefile @@ -21,9 +21,7 @@ MAKEFILE= ${FILESDIR}/Makefile OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -.if ${ARCH} == powerpc +.if !exists(/usr/include/omp.h) USES+= compiler:gcc-c++11-lib .endif |