From 7a8e54be5299bc625097d94fdc40d1a3ab85b52a Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Wed, 27 Apr 2022 13:18:31 +0000 Subject: [PATCH] math/csdp: check for omp.h on all architectures --- math/csdp/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/math/csdp/Makefile b/math/csdp/Makefile index 9319f4d5b1486..30b1ebb28469d 100644 --- a/math/csdp/Makefile +++ b/math/csdp/Makefile @@ -29,9 +29,7 @@ PLIST_FILES= bin/complement \ bin/rand_graph \ bin/theta -.include - -.if ${ARCH} == powerpc +.if !exists(/usr/include/omp.h) USES+= compiler:gcc-c++11-lib .endif