git: 372ac7f32c76 - main - graphics/mypaint: enable OPENMP on powerpc64*
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Mar 2023 18:37:55 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=372ac7f32c76240bc866c586a5380730e6dafba8 commit 372ac7f32c76240bc866c586a5380730e6dafba8 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-03-16 18:12:47 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-03-16 18:12:47 +0000 graphics/mypaint: enable OPENMP on powerpc64* --- graphics/mypaint/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile index 6dc27b956c20..68be648e524b 100644 --- a/graphics/mypaint/Makefile +++ b/graphics/mypaint/Makefile @@ -1,7 +1,7 @@ PORTNAME= mypaint DISTVERSIONPREFIX=v DISTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics PATCH_SITES= https://github.com/garynthompson/${PORTNAME}/commit/ @@ -37,6 +37,8 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= OPENMP OPTIONS_DEFAULT_amd64= OPENMP +OPTIONS_DEFAULT_powerpc64= OPENMP +OPTIONS_DEFAULT_powerpc64le= OPENMP post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mypaint/lib/_mypaintlib*.so