mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
Disable default runtime hard-depend on LATeX. It needed only for some science/math apps to render formulas. Sponsored by: Netzkommune GmbH
11 lines
299 B
Text
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}
|