From 8596ff9eeafe3b36f1246360d24d2f295d2b7bcf Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Thu, 9 Feb 2017 10:20:41 +0000 Subject: - add LICENSE - default config now PREFIX aware - make portlint happier --- news/ifmail/files/patch-flaglex.l | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 news/ifmail/files/patch-flaglex.l (limited to 'news/ifmail/files/patch-flaglex.l') diff --git a/news/ifmail/files/patch-flaglex.l b/news/ifmail/files/patch-flaglex.l new file mode 100644 index 000000000000..cb40e61a350f --- /dev/null +++ b/news/ifmail/files/patch-flaglex.l @@ -0,0 +1,18 @@ +--- ifcico/flaglex.l.orig 1995-03-04 09:56:34 UTC ++++ ifcico/flaglex.l +@@ -1,3 +1,4 @@ ++%option noyywrap + %{ + #include + #include +@@ -8,10 +9,6 @@ + static char *yyPTR = NULL; + static int yyBUFL; + +-#ifndef yywrap +-#define yywrap() 1 +-#endif +- + #ifdef FLEX_SCANNER + + #undef YY_INPUT -- cgit v1.2.3