Macports uses a patch for goffice to support the current pcre
that doesn't have the symbol `pcre_info` anymore. The patch
changes to use `pcre_fullinfo`. Add the patch. Fixes runtime
bug using gnumeric, failure to lazy symbol load.
FixesHomebrew/homebrew#15171ClosesHomebrew/homebrew#15195.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Goffice needs pcre so that it will not error during configure.
Add a dep on `pcre`.
FixesHomebrew/homebrew#13988ClosesHomebrew/homebrew#14092.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>