diff options
-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 |