wok diff goffice/receipt @ rev 14653

Normalize LICENSE according to wok/licenses package (gpl part)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 04 21:49:39 2013 +0200 (2013-06-04)
parents a9e0ca0f3818
children 7896f0694ef6
line diff
     1.1 --- a/goffice/receipt	Fri Feb 24 10:18:11 2012 -0800
     1.2 +++ b/goffice/receipt	Tue Jun 04 21:49:39 2013 +0200
     1.3 @@ -17,6 +17,9 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	# remove a reference to pcre_info, a deprecated function
     1.8 +	# that was removed from PCRE-8.30
     1.9 +	sed -i 's#info (r, NULL#full&, 0#' goffice/utils/regutf8.c &&
    1.10  	./configure \
    1.11  		--with-html-dir=/usr/share/doc \
    1.12  		--disable-static \