Skip to content

Commit

Permalink
graphics/squish: enable OpenMP on powerpc64
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Mar 16, 2023
1 parent 45ef85a commit 9dcaa50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions graphics/squish/Makefile
@@ -1,5 +1,6 @@
PORTNAME= squish
DISTVERSION= 1.15
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF/lib${PORTNAME}
DISTNAME= lib${PORTNAME}-${DISTVERSION}
Expand All @@ -23,6 +24,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_powerpc64= BUILD_SQUISH_WITH_OPENMP
CMAKE_ON_powerpc64le= BUILD_SQUISH_WITH_OPENMP
CMAKE_ON= BUILD_SHARED_LIBS ${CMAKE_ON_${ARCH}}

Expand Down

0 comments on commit 9dcaa50

Please sign in to comment.