From d21e16883c2e5dd088e8d9eddbbeb990b1ab1349 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Mon, 7 Oct 2019 19:20:18 +1000 Subject: [PATCH] libpcre: enable pcre16 and pcre32 libs --- dev-libs/libpcre/libpcre-8.43.recipe | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/dev-libs/libpcre/libpcre-8.43.recipe b/dev-libs/libpcre/libpcre-8.43.recipe index e2ce206fd..7e73468c6 100644 --- a/dev-libs/libpcre/libpcre-8.43.recipe +++ b/dev-libs/libpcre/libpcre-8.43.recipe @@ -9,7 +9,7 @@ COPYRIGHT="1997-2018 University of Cambridge 2007-2012, Google Inc. All rights reserved." HOMEPAGE="http://www.pcre.org/" LICENSE="PCRE" -REVISION="1" +REVISION="2" SOURCE_URI="https://ftp.pcre.org/pub/pcre/pcre-$portVersion.tar.bz2" CHECKSUM_SHA256="91e762520003013834ac1adb4a938d53b22a216341c061b0cf05603b290faf6b" SOURCE_DIR="pcre-$portVersion" @@ -19,6 +19,8 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86" pcreLibs="\ libpcre \ + libpcre16 \ + libpcre32 \ libpcrecpp \ libpcreposix \ " @@ -33,6 +35,8 @@ done PROVIDES=" libpcre$secondaryArchSuffix = $portVersion lib:libpcre$secondaryArchSuffix = $libpcreVersionCompat + lib:libpcre16$secondaryArchSuffix = $libpcreVersionCompat + lib:libpcre32$secondaryArchSuffix = $libpcreVersionCompat lib:libpcrecpp$secondaryArchSuffix = $libpcrecppVersionCompat lib:libpcreposix$secondaryArchSuffix = $libpcreposixVersionCompat " @@ -51,6 +55,8 @@ PROVIDES_devel=" libpcre${secondaryArchSuffix}_devel = $portVersion cmd:pcre_config$secondaryArchSuffix = $portVersionCompat devel:libpcre$secondaryArchSuffix = $libpcreVersionCompat + devel:libpcre16$secondaryArchSuffix = $libpcreVersionCompat + devel:libpcre32$secondaryArchSuffix = $libpcreVersionCompat devel:libpcrecpp$secondaryArchSuffix = $libpcrecppVersionCompat devel:libpcreposix$secondaryArchSuffix = $libpcreposixVersionCompat " @@ -92,6 +98,8 @@ BUILD() autoconf automake --add-missing runConfigure ./configure \ + --enable-pcre16 \ + --enable-pcre32 \ --enable-utf8 \ --enable-unicode-properties \ --with-pic