components/pcre2/patches/01-doc.patch
author Rich Burridge <rich.burridge@oracle.com>
Thu, 13 Apr 2017 13:20:29 -0700
changeset 7864 f11e8d81786a
permissions -rw-r--r--
PSARC 2017/057 pcre2 25783625 Add pcre2 10.23 to Userland because vte 0.47.90 requires it

# Update doc files regarding JIT support on Solaris.
# Patch was developed in-house and is not appropriate for upstream.

--- pcre2-10.23/doc/pcre2jit.3.orig	2017-03-27 11:01:32.768347866 +0000
+++ pcre2-10.23/doc/pcre2jit.3	2017-03-27 11:02:29.933896903 +0000
@@ -35,6 +35,8 @@
   SPARC 32-bit
 .sp
 If --enable-jit is set on an unsupported platform, compilation fails.
+.sp
+JIT support is not available on Solaris.
 .P
 A program can tell if JIT support is available by calling \fBpcre2_config()\fP
 with the PCRE2_CONFIG_JIT option. The result is 1 when JIT is available, and 0
--- pcre2-10.23/doc/html/pcre2jit.html.orig	2017-03-27 11:03:11.156908462 +0000
+++ pcre2-10.23/doc/html/pcre2jit.html	2017-03-27 11:04:11.020796356 +0000
@@ -61,6 +61,9 @@
 If --enable-jit is set on an unsupported platform, compilation fails.
 </P>
 <P>
+JIT support is not available on Solaris.
+</P>
+<P>
 A program can tell if JIT support is available by calling <b>pcre2_config()</b>
 with the PCRE2_CONFIG_JIT option. The result is 1 when JIT is available, and 0
 otherwise. However, a simple program does not need to check this in order to