Skip to content

Commit

Permalink
graphics/photoflare: check for omp.h on all architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Apr 27, 2022
1 parent 63b7336 commit dbdb55a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions graphics/photoflare/Makefile
Expand Up @@ -22,9 +22,7 @@ LDFLAGS+= `pkg-config --libs GraphicsMagick++` ${LDFLAGS_${CHOSEN_COMPILER_TYPE}
LDFLAGS_clang= -lomp
LDFLAGS_gcc= -fopenmp

.include <bsd.port.options.mk>

.if ${ARCH} == armv7 || ${ARCH} == powerpc
.if !exists(/usr/include/omp.h)
USES+= compiler:gcc-c++11-lib
.else
USES+= compiler:c++17-lang
Expand Down

0 comments on commit dbdb55a

Please sign in to comment.