Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jul 2014 09:45:02 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360870 - head/mail/emil/files
Message-ID:  <201407060945.s669j2Qh093968@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Sun Jul  6 09:45:01 2014
New Revision: 360870
URL: http://svnweb.freebsd.org/changeset/ports/360870
QAT: https://qat.redports.org/buildarchive/r360870/

Log:
  Fix build on FreeBSD >= 10
  (no functional changes)

Added:
  head/mail/emil/files/patch-getoption.y   (contents, props changed)

Added: head/mail/emil/files/patch-getoption.y
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/emil/files/patch-getoption.y	Sun Jul  6 09:45:01 2014	(r360870)
@@ -0,0 +1,17 @@
+--- getoption.y.orig	2014-07-06 11:40:52.000000000 +0200
++++ getoption.y	2014-07-06 11:40:40.000000000 +0200
+@@ -163,13 +163,10 @@ static	int	Ycmp(char * pattern, char * s
+ 
+ extern 	char	* yytext;	/* defined by flex */
+ 
+-/* static	int	yywrap()
++static	int	yywrap()
+ 	{
+ 		return	1;
+ 	}
+-*/
+-
+-#define	yywrap()	1
+ 
+ static	void	yyerror(char * msg)
+ {



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