diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-11-12 22:35:09 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-11-12 22:35:09 +0400 |
commit | 7fda8c2bf48f3d7febb3edb43afa4e021f0bd95f (patch) | |
tree | a7e0b50d03f49c01a4e67a8d12df2523b1396d80 /pcre | |
parent | 195e5d82678abc0e49a082e6364dc8c2d32e6e84 (diff) | |
download | cibs-pkgs-7fda8c2bf48f3d7febb3edb43afa4e021f0bd95f.tar.gz |
Enable Unicode for PCRE (per glib)
Diffstat (limited to 'pcre')
-rw-r--r-- | pcre/Makefile | 4 | ||||
-rw-r--r-- | pcre/pcre.p5m | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/pcre/Makefile b/pcre/Makefile index 610fcec..4d57e91 100644 --- a/pcre/Makefile +++ b/pcre/Makefile @@ -8,6 +8,10 @@ summary := Perl Compatible Regular Expressions license := BSD license-file := LICENCE +configure-options += \ + --enable-unicode-properties \ + --enable-utf + # build-conflicts += home := http://www.pcre.org/ diff --git a/pcre/pcre.p5m b/pcre/pcre.p5m index b016eff..1deda83 100644 --- a/pcre/pcre.p5m +++ b/pcre/pcre.p5m @@ -16,7 +16,7 @@ dir path=usr/share dir path=usr/share/man dir path=usr/share/man/man1 dir path=usr/share/man/man3 -file path=usr/bin/$(MACH64)/pcre-config +file $(protodir.64)/usr/bin/pcre-config path=usr/bin/$(MACH64)/pcre-config file path=usr/bin/pcre-config file path=usr/include/pcre_scanner.h file path=usr/include/pcre_stringpiece.h |