[SM-Commit] GIT changes to master grimoire by Treeve Jelbert (7ed87fc14d02e7fe0943304461b984cd60cf34cf)

Treeve Jelbert scm at mail.sourcemage.org
Tue Aug 8 03:40:18 EDT 2006


GIT changes to master grimoire by Treeve Jelbert <treeve at scarlet.be>:

 libs/pcre/BUILD     |    4 ++++
 libs/pcre/CONFIGURE |    3 +++
 libs/pcre/HISTORY   |    3 +++
 3 files changed, 10 insertions(+)

New commits:
commit 7ed87fc14d02e7fe0943304461b984cd60cf34cf
Author: Treeve Jelbert <treeve at scarlet.be>
Commit: Treeve Jelbert <treeve at scarlet.be>

    pcre - extra configure option

diff --git a/libs/pcre/BUILD b/libs/pcre/BUILD
index c101862..eeae423 100755
--- a/libs/pcre/BUILD
+++ b/libs/pcre/BUILD
@@ -1,5 +1,9 @@
 if [ "$BUILDUTF8" == "y" ] ; then
    OPTS="$OPTS --enable-utf8"
+  if [ "$UTFPROPERTIES" == "y" ] ; then
+    OPTS="$OPTS --enable-unicode-properties    "
+  fi
+ 
 fi &&
 
 make_single    &&
diff --git a/libs/pcre/CONFIGURE b/libs/pcre/CONFIGURE
index 7564a4c..d17b11d 100755
--- a/libs/pcre/CONFIGURE
+++ b/libs/pcre/CONFIGURE
@@ -1 +1,4 @@
 config_query BUILDUTF8 "Enable UTF-8 support?" y
+if [ "$BUILDUTF8" == "y" ] ; then
+config_query UTFPROPERTIES "enable UTF-8 properties?" n
+fi
diff --git a/libs/pcre/HISTORY b/libs/pcre/HISTORY
index ace3449..f74627c 100644
--- a/libs/pcre/HISTORY
+++ b/libs/pcre/HISTORY
@@ -1,3 +1,6 @@
+2006-08-07 Treeve Jelbert <treeve01 at pi.be>
+	* CONFIGURE, BUILD: add additional utf8 option
+
 2006-07-06 Pol Vinogradov <vin.public at gmail.com>
 	* DETAILS: HASH -> UPSTREAM_KEY
 	* PRE_BUILD, fix.diff: removed, fixed by upstream maintainers



More information about the SM-Commit mailing list