pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/pcre Enable-utf8 for www/bluefish



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8b5fbc297cc
branches:  trunk
changeset: 500910:d8b5fbc297cc
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Oct 14 09:37:46 2005 +0000

description:
Enable-utf8 for www/bluefish

diffstat:

 devel/pcre/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 51ba589f84c1 -r d8b5fbc297cc devel/pcre/Makefile
--- a/devel/pcre/Makefile       Fri Oct 14 09:23:46 2005 +0000
+++ b/devel/pcre/Makefile       Fri Oct 14 09:37:46 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2005/09/27 20:21:50 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2005/10/14 09:37:46 adam Exp $
 
 DISTNAME=      pcre-6.4
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/  \
                ftp://pcre.sourceforge.net/pub/pcre/
@@ -12,9 +13,10 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
-GNU_CONFIGURE=         yes
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
+GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --enable-utf8
 
 PKG_CONFIG_OVERRIDE=   libpcre.pc.in
 



Home | Main Index | Thread Index | Old Index