Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2013 13:30:21 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319238 - head/news/ifmail/files
Message-ID:  <201305271330.r4RDULTt004618@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305271330.r4RDULTt004618>