wok diff pcre/receipt @ rev 17135

Add libsdl2-mixer and devel.
author necrophcodr <tcg.thegamer@gmail.com>
date Wed Sep 10 10:52:43 2014 +0200 (2014-09-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	Wed Sep 10 10:52:43 2014 +0200
     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  }