git: 9dcaa5043f5b - main - graphics/squish: enable OpenMP on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Mar 2023 18:37:52 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9dcaa5043f5b2864d751905b52f2ce532cd964d6
commit 9dcaa5043f5b2864d751905b52f2ce532cd964d6
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-03-16 18:12:41 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-03-16 18:12:41 +0000
graphics/squish: enable OpenMP on powerpc64
---
graphics/squish/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/graphics/squish/Makefile b/graphics/squish/Makefile
index 5139d9165fef..058af4525373 100644
--- a/graphics/squish/Makefile
+++ b/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}
@@ -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}}