Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Mar 2023 18:37:53 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: f4553a39caad - main - graphics/libmypaint: enable OPENMP on powerpc64
Message-ID:  <202303161837.32GIbrTu003497@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=f4553a39caad2e71f25e8a2574538bc5ba66b035

commit f4553a39caad2e71f25e8a2574538bc5ba66b035
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-03-16 18:12:43 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-03-16 18:12:43 +0000

    graphics/libmypaint: enable OPENMP on powerpc64
---
 graphics/libmypaint/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/graphics/libmypaint/Makefile b/graphics/libmypaint/Makefile
index 4dc7fe04cf66..391a2a56ef64 100644
--- a/graphics/libmypaint/Makefile
+++ b/graphics/libmypaint/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libmypaint
 DISTVERSION=	1.6.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/mypaint/libmypaint/releases/download/v${PORTVERSION}/
 
@@ -24,6 +24,7 @@ TEST_TARGET=	check
 OPTIONS_SUB=	yes
 OPTIONS_DEFINE=	NLS OPENMP
 OPTIONS_DEFAULT_amd64=	OPENMP
+OPTIONS_DEFAULT_powerpc64=	OPENMP
 OPTIONS_DEFAULT_powerpc64le=	OPENMP
 
 NLS_USES=	gettext



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303161837.32GIbrTu003497>