svn commit: r319262 - head/games/filters

Baptiste Daroussin bapt at FreeBSD.org
Mon May 27 15:56:55 UTC 2013


Author: bapt
Date: Mon May 27 15:56:54 2013
New Revision: 319262
URL: http://svnweb.freebsd.org/changeset/ports/319262

Log:
  Fix build on HEAD by adding USE_GCC=any (uses nested functions)

Modified:
  head/games/filters/Makefile

Modified: head/games/filters/Makefile
==============================================================================
--- head/games/filters/Makefile	Mon May 27 15:54:32 2013	(r319261)
+++ head/games/filters/Makefile	Mon May 27 15:56:54 2013	(r319262)
@@ -17,6 +17,7 @@ CONFLICTS=	talkfilters-[0-9]* jive-[0-9]
 USES=		shebangfix
 USE_PERL5=	yes
 USE_GMAKE=	yes
+USE_GCC=	any
 MAKE_JOBS_UNSAFE=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}


More information about the svn-ports-all mailing list