Date: Thu, 16 Mar 2023 18:37:56 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: fe088c8bd8eb - main - graphics/inkscape: enable OPENMP on powerpc64* Message-ID: <202303161837.32GIbuX8003560@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=fe088c8bd8eb184f2c09978d63623f7d6131b67a commit fe088c8bd8eb184f2c09978d63623f7d6131b67a Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-03-16 18:37:39 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-03-16 18:37:39 +0000 graphics/inkscape: enable OPENMP on powerpc64* --- graphics/inkscape/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index ffb43f00c456..8f230a456f2a 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -1,6 +1,6 @@ PORTNAME= inkscape DISTVERSION= 1.2.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics gnome MASTER_SITES= https://media.inkscape.org/dl/resources/file/ @@ -68,6 +68,8 @@ SHEBANG_FILES= share/extensions/*.py share/extensions/genpofiles.sh \ OPTIONS_DEFINE= OPENMP POPPLER SCRIBUS VISIO CDR DBUS WPG GVFS NLS GSPELL OPTIONS_DEFAULT= POPPLER VISIO CDR WPG GM GSPELL OPTIONS_DEFAULT_amd64= OPENMP +OPTIONS_DEFAULT_powerpc64= OPENMP +OPTIONS_DEFAULT_powerpc64le= OPENMP OPTIONS_RADIO= IMAGICK OPTIONS_RADIO_IMAGICK= IMAGICK6 GM OPTIONS_SUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303161837.32GIbuX8003560>