wok diff pcre/receipt @ rev 17920

Up kbd, kbd-base; move setfont from kbd to kbd-base. Note, keymap "fi-latin1" changed to "fi" with update.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 10 16:21:42 2015 +0300 (2015-04-10)
parents cf655a6d99bf
children c9e270dd464f
line diff
     1.1 --- a/pcre/receipt	Thu Jul 10 22:42:36 2014 -0300
     1.2 +++ b/pcre/receipt	Fri Apr 10 16:21:42 2015 +0300
     1.3 @@ -14,10 +14,11 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	./configure \
     1.9 -		--enable-utf \
    1.10 +		--prefix=/usr \
    1.11  		--enable-unicode-properties \
    1.12 +		--enable-pcre16 \
    1.13 +		--enable-pcre32 \
    1.14  		$CONFIGURE_ARGS &&
    1.15  	make && make install
    1.16  }