[gtk-osx] Set correct options for PCRE.



commit 35d4866ed8f8eadf2f8d2869b1331b3c7227d6fd
Author: John Ralls <jralls ceridwen us>
Date:   Mon Mar 28 12:50:45 2022 -0700

    Set correct options for PCRE.
    
    Amazingly Unicode support isn't the default and g_regex fails without it.

 modulesets-stable/gtk-osx.modules   | 3 ++-
 modulesets-unstable/gtk-osx.modules | 3 ++-
 modulesets/gtk-osx.modules          | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/modulesets-stable/gtk-osx.modules b/modulesets-stable/gtk-osx.modules
index f9afb11..0773b7e 100644
--- a/modulesets-stable/gtk-osx.modules
+++ b/modulesets-stable/gtk-osx.modules
@@ -87,7 +87,8 @@
             hash="sha256:72fba7922703ddfa7a028d513ac15a85c8d54c8d67f55fa5a4802885dc652056"/>
   </autotools>
 
-  <autotools id="libpcre" autogen-sh="configure">
+  <autotools id="libpcre" autogen-sh="configure"
+             autogenargs="--enable-unicode-properties --enable-newline-is-any --enable-jit">
     <branch repo="pcre" version="8.45"
             module="pcre/pcre-8.45.tar.bz2"
             hash="sha256:4dae6fdcd2bb0bb6c37b5f97c33c2be954da743985369cddac3546e3218bffb8"/>
diff --git a/modulesets-unstable/gtk-osx.modules b/modulesets-unstable/gtk-osx.modules
index ddbc220..c7679fc 100644
--- a/modulesets-unstable/gtk-osx.modules
+++ b/modulesets-unstable/gtk-osx.modules
@@ -63,7 +63,8 @@
     <branch module="atgreen/libffi" repo="github"/>
   </autotools>
 
-   <autotools id="libpcre" autogen-sh="configure">
+  <autotools id="libpcre" autogen-sh="configure"
+             autogenargs="--enable-unicode-properties --enable-newline-is-any --enable-jit">
     <branch repo="pcre" version="8.45"
             module="pcre/pcre-8.45.tar.bz2"
             hash="sha256:4dae6fdcd2bb0bb6c37b5f97c33c2be954da743985369cddac3546e3218bffb8"/>
diff --git a/modulesets/gtk-osx.modules b/modulesets/gtk-osx.modules
index c558067..21357d4 100644
--- a/modulesets/gtk-osx.modules
+++ b/modulesets/gtk-osx.modules
@@ -62,7 +62,8 @@
     <branch module="atgreen/libffi" repo="github" tag="v3.3"/>
   </autotools>
 
-  <autotools id="libpcre" autogen-sh="configure">
+  <autotools id="libpcre" autogen-sh="configure"
+             autogenargs="--enable-unicode-properties --enable-newline-is-any --enable-jit">
     <branch repo="pcre" version="8.45"
             module="pcre/pcre-8.45.tar.bz2"
             hash="sha256:4dae6fdcd2bb0bb6c37b5f97c33c2be954da743985369cddac3546e3218bffb8"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]