wok-current rev 14132
goffice: fix a reference to pcre_info, a deprecated function
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Feb 28 11:41:14 2013 +0100 (2013-02-28) |
parents | f4b27ae2f99f |
children | 60895beeccbb |
files | goffice/receipt |
line diff
1.1 --- a/goffice/receipt Thu Feb 28 11:39:11 2013 +0100 1.2 +++ b/goffice/receipt Thu Feb 28 11:41:14 2013 +0100 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 \