wok-next diff goffice/receipt @ rev 14709
econnman: fix WGET_URL
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sat Jun 08 22:19:06 2013 +0200 (2013-06-08) |
parents | a9e0ca0f3818 |
children | 7896f0694ef6 |
line diff
1.1 --- a/goffice/receipt Fri Feb 24 10:18:11 2012 -0800 1.2 +++ b/goffice/receipt Sat Jun 08 22:19:06 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 \