ports/devel/doxygen/files/patch-src_constexp.y
Dima Panov ee457f651e devel/doxygen: update to 1.9.2 release
Disable default runtime hard-depend on LATeX.
It needed only for some science/math apps to render formulas.

Sponsored by:	Netzkommune GmbH
2021-12-16 11:49:50 +03:00

11 lines
299 B
Text

--- src/constexp.y.orig 2021-05-12 18:53:13 UTC
+++ src/constexp.y
@@ -32,7 +32,7 @@ int constexpYYerror(yyscan_t yyscanner, const char *s)
%}
-%name-prefix "constexpYY"
+%define api.prefix {constexpYY}
%define api.pure full
%lex-param {yyscan_t yyscanner}
%parse-param {yyscan_t yyscanner}