summaryrefslogtreecommitdiffstats
path: root/audio-creation/rezound/flex.patch
diff options
context:
space:
mode:
Diffstat (limited to 'audio-creation/rezound/flex.patch')
-rw-r--r--audio-creation/rezound/flex.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio-creation/rezound/flex.patch b/audio-creation/rezound/flex.patch
new file mode 100644
index 0000000000..8811fc0aee
--- /dev/null
+++ b/audio-creation/rezound/flex.patch
@@ -0,0 +1,14 @@
+diff -urpN rezound-0.11.1beta.old/src/misc/CNestedDataFile/cfg.l rezound-0.11.1beta/src/misc/CNestedDataFile/cfg.l
+--- rezound-0.11.1beta.old/src/misc/CNestedDataFile/cfg.l 2004-10-29 13:34:14.782220072 -0700
++++ rezound-0.11.1beta/src/misc/CNestedDataFile/cfg.l 2004-10-29 13:36:23.986578024 -0700
+@@ -38,7 +38,9 @@
+
+ bool started;
+ #if FLEX_VERSION<=205027 /*2.5.27*/
+-int yylineno;
++ #ifndef yylineno
++ int yylineno;
++ #endif
+ #endif
+
+ static stack<string> filenameStack;