summary refs log tree commit diff
path: root/pkgs/os-specific/gnu/mig/noyywrap.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/gnu/mig/noyywrap.patch')
-rw-r--r--pkgs/os-specific/gnu/mig/noyywrap.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/pkgs/os-specific/gnu/mig/noyywrap.patch b/pkgs/os-specific/gnu/mig/noyywrap.patch
deleted file mode 100644
index 40ca6171f64b..000000000000
--- a/pkgs/os-specific/gnu/mig/noyywrap.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Fix undefined reference to `yywrap'.
-
-diff --git a/lexxer.l b/lexxer.l
-index 9725d0b..15264bc 100644
---- a/lexxer.l
-+++ b/lexxer.l
-@@ -1,4 +1,5 @@
- %option nounput
-+%option noyywrap
- 
- %k 10000
- %n 5000