svn commit: r319238 - head/news/ifmail/files

Baptiste Daroussin bapt at FreeBSD.org
Mon May 27 13:30:21 UTC 2013


Author: bapt
Date: Mon May 27 13:30:20 2013
New Revision: 319238
URL: http://svnweb.freebsd.org/changeset/ports/319238

Log:
  Fix build with new flex version

Added:
  head/news/ifmail/files/patch-ifcico__flagexp.l   (contents, props changed)

Added: head/news/ifmail/files/patch-ifcico__flagexp.l
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/news/ifmail/files/patch-ifcico__flagexp.l	Mon May 27 13:30:20 2013	(r319238)
@@ -0,0 +1,18 @@
+--- ifcico/flaglex.l.orig	1995-03-04 10:56:34.000000000 +0100
++++ ifcico/flaglex.l	2013-05-27 15:29:03.783061252 +0200
+@@ -1,3 +1,4 @@
++%option noyywrap
+ %{
+ #include <stdlib.h>
+ #include <string.h>
+@@ -8,10 +9,6 @@
+ static char *yyPTR = NULL;
+ static int yyBUFL;
+ 
+-#ifndef yywrap
+-#define yywrap() 1
+-#endif
+-
+ #ifdef FLEX_SCANNER
+ 
+ #undef YY_INPUT


More information about the svn-ports-head mailing list