Skip to content

Commit

Permalink
graphics/squish: enable OPENMP on powerpc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Mar 15, 2023
1 parent 5d2dac1 commit fafe30b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graphics/squish/Makefile
Expand Up @@ -23,6 +23,7 @@ PLIST_FILES= lib/libsquish.so.0.0 \
CMAKE_ON_aarch64= BUILD_SQUISH_WITH_OPENMP
CMAKE_ON_amd64= BUILD_SQUISH_WITH_OPENMP BUILD_SQUISH_WITH_SSE2
CMAKE_ON_i386= BUILD_SQUISH_WITH_OPENMP
CMAKE_ON_powerpc64le= BUILD_SQUISH_WITH_OPENMP
CMAKE_ON= BUILD_SHARED_LIBS ${CMAKE_ON_${ARCH}}

.include <bsd.port.mk>

0 comments on commit fafe30b

Please sign in to comment.