Date: Wed, 15 Mar 2023 20:37:22 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5d2dac10110b - main - graphics/libmypaint: enable OPENMP on powerpc64le Message-ID: <202303152037.32FKbMgq035596@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=5d2dac10110b6e4f0c9a9b5dd073a171ca947467 commit 5d2dac10110b6e4f0c9a9b5dd073a171ca947467 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-03-15 20:23:41 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-03-15 20:23:41 +0000 graphics/libmypaint: enable OPENMP on powerpc64le --- graphics/libmypaint/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/libmypaint/Makefile b/graphics/libmypaint/Makefile index e39df79266e3..4dc7fe04cf66 100644 --- a/graphics/libmypaint/Makefile +++ b/graphics/libmypaint/Makefile @@ -24,6 +24,7 @@ TEST_TARGET= check OPTIONS_SUB= yes OPTIONS_DEFINE= NLS OPENMP OPTIONS_DEFAULT_amd64= OPENMP +OPTIONS_DEFAULT_powerpc64le= OPENMP NLS_USES= gettext NLS_USE= GNOME=intltool
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303152037.32FKbMgq035596>