~alpine/devel

main/pcre: enabled unicode properties (UCP) v1 PROPOSED

Matt Smith: 1
 main/pcre: enabled unicode properties (UCP)

 1 files changed, 2 insertions(+), 1 deletions(-)
On Tuesday, January 4, 2011 10:08am, "Natanael Copa" <ncopa@alpinelinux.org> said:
Next
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/232/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] main/pcre: enabled unicode properties (UCP) Export this patch

---
 main/pcre/APKBUILD |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/main/pcre/APKBUILD b/main/pcre/APKBUILD
index ff18dbf..e4f0430 100644
--- a/main/pcre/APKBUILD
+++ b/main/pcre/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=pcre
pkgver=8.11
pkgrel=0
pkgrel=1
pkgdesc="Perl-compatible regular expression library"
url="http://pcre.sourceforge.net"
arch="x86 x86_64"
@@ -27,6 +27,7 @@ build() {
	cd "$_builddir"
	./configure --prefix=/usr \
		--enable-utf8 \
		--enable-unicode-properties \
		--with-match-limit-recursion=8192 \
		--htmldir=/usr/share/doc/$pkgname-$pkgver/html \
		--docdir=/usr/share/doc/$pkgname-$pkgver
-- 
1.7.3.3



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---