File goffice-0.8.17-pcre16.patch of Package mingw64-goffice
diff -urEbwB goffice-0.8.17.orig/configure goffice-0.8.17/configure
--- goffice-0.8.17.orig/configure 2012-12-04 22:42:40.314159364 +0100
+++ goffice-0.8.17/configure 2012-12-04 22:43:12.644369445 +0100
@@ -15285,7 +15285,7 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for UTF-8 support in pcre" >&5
$as_echo_n "checking for UTF-8 support in pcre... " >&6; }
- if (pcretest -C 2>&1) | grep -i "^ *UTF-8 support" >/dev/null; then
+ if (pcretest -C 2>&1) | grep -i "^ *UTF-8 .*support" >/dev/null; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
LIBS="$LIBS -lpcre"