svn commit: r360870 - head/mail/emil/files

Johan van Selst johans at FreeBSD.org
Sun Jul 6 09:45:03 UTC 2014


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)
+ {


More information about the svn-ports-all mailing list