summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-freebsd/freebsd-bin/files/freebsd-bin-6.0-flex-2.5.31.patch')
-rw-r--r--sys-freebsd/freebsd-bin/files/freebsd-bin-6.0-flex-2.5.31.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-freebsd/freebsd-bin/files/freebsd-bin-6.0-flex-2.5.31.patch b/sys-freebsd/freebsd-bin/files/freebsd-bin-6.0-flex-2.5.31.patch
new file mode 100644
index 0000000..e6a8cd3
--- /dev/null
+++ b/sys-freebsd/freebsd-bin/files/freebsd-bin-6.0-flex-2.5.31.patch
@@ -0,0 +1,10 @@
+Index: fbsd-6/bin/sh/arith_lex.l
+===================================================================
+--- fbsd-6.orig/bin/sh/arith_lex.l
++++ fbsd-6/bin/sh/arith_lex.l
+@@ -128,5 +128,4 @@ extern char *arith_buf, *arith_startbuf;
+ void
+ arith_lex_reset(void)
+ {
+- YY_NEW_FILE;
+ }