ports/editors/libreoffice/files/patch-unoidl_source_sourceprovider-parser.y
Dima Panov 33a790e8a2 Please welcome new generation release of LibreOffice suite - 7.3.0! (+)
It has change tracking enhancements, better autocompletion in Calc,
and many compatibility and performance improvements to import/export filters.

Since this release, FreeBSD port of LibreOffice include PDFium library.

Learn more about LibreOffice 7.3: https://blog.documentfoundation.org/blog/2022/02/02/libreoffice-73-community/

Special thanks to:	mikael (for pthread issue hunting)
Sponsored by:		Netzkommune, GmbH.
2022-02-17 02:02:03 +03:00

11 lines
254 B
Text

--- unoidl/source/sourceprovider-parser.y.orig 2022-01-26 14:35:29 UTC
+++ unoidl/source/sourceprovider-parser.y
@@ -10,7 +10,7 @@
/*TODO: check Exception, RuntimeException, XInterface defns */
%locations
-%pure-parser
+%define api.pure full
%{