byacc patch for building mesa
This commit is contained in:
parent
71e71c1978
commit
27cb7ab164
4 changed files with 124 additions and 4 deletions
11
pkgs/byacc/reader-mesa.patch
Normal file
11
pkgs/byacc/reader-mesa.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/reader.c
|
||||
+++ b/reader.c
|
||||
@@ -902,7 +902,7 @@
|
||||
|
||||
if (!lflag)
|
||||
fprintf(text_file, line_format, lineno, input_file_name);
|
||||
- puts_both("typedef union");
|
||||
+ puts_both("typedef union YYSTYPE");
|
||||
|
||||
depth = 0;
|
||||
loop:
|
Loading…
Add table
Add a link
Reference in a new issue