Date: Mon, 27 May 2013 15:56:54 +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: r319262 - head/games/filters Message-ID: <201305271556.r4RFusOl054919@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305271556.r4RFusOl054919>