wok-6.x diff goffice/receipt @ rev 14526
Add fdutils
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 17 22:49:50 2013 +0200 (2013-05-17) |
parents | a9e0ca0f3818 |
children | 7896f0694ef6 |
line diff
1.1 --- a/goffice/receipt Fri Feb 24 10:18:11 2012 -0800 1.2 +++ b/goffice/receipt Fri May 17 22:49:50 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 \