git: 56fcffd8655a - main - devel/pcre: enable JIT on powerpc, powerpc64 and powerpc64le

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Sun, 30 Oct 2022 22:58:00 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=56fcffd8655a1cc30676ff357af80be1225b4c34

commit 56fcffd8655a1cc30676ff357af80be1225b4c34
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-10-30 22:56:48 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-10-30 22:56:48 +0000

    devel/pcre: enable JIT on powerpc, powerpc64 and powerpc64le
---
 devel/pcre/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile
index 1bda6e50aef1..8ad3ad402f2e 100644
--- a/devel/pcre/Makefile
+++ b/devel/pcre/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pcre
 PORTVERSION=	8.45
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	https://ftp.pcre.org/pub/pcre/ \
 		SF
@@ -37,6 +37,9 @@ OPTIONS_DEFAULT_aarch64+=	JIT
 OPTIONS_DEFAULT_amd64+=	JIT
 OPTIONS_DEFAULT_i386+=	JIT
 OPTIONS_DEFAULT_mips+=	JIT
+OPTIONS_DEFAULT_powerpc=JIT
+OPTIONS_DEFAULT_powerpc64=	JIT
+OPTIONS_DEFAULT_powerpc64le=	JIT
 
 OPTIONS_RADIO=		CLI
 OPTIONS_RADIO_CLI=	LIBEDIT READLINE