Date: Mon, 27 May 2013 13:02:14 +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: r319232 - head/www/p5-CGI-SpeedyCGI Message-ID: <201305271302.r4RD2ECK096064@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon May 27 13:02:14 2013 New Revision: 319232 URL: http://svnweb.freebsd.org/changeset/ports/319232 Log: Fix build with clang Modified: head/www/p5-CGI-SpeedyCGI/Makefile Modified: head/www/p5-CGI-SpeedyCGI/Makefile ============================================================================== --- head/www/p5-CGI-SpeedyCGI/Makefile Mon May 27 12:54:12 2013 (r319231) +++ head/www/p5-CGI-SpeedyCGI/Makefile Mon May 27 13:02:14 2013 (r319232) @@ -31,6 +31,8 @@ CONFIGURE_ENV+= WITHOUT_APACHE=yes .include <bsd.port.pre.mk> post-patch: + @${REINPLACE_CMD} -e 's/__inline__//g' \ + ${WRKSRC}/src/speedy_inc.h @${PERL} -pi -e 's,apxs -q,${APXS} -q,;' \ ${WRKSRC}/src/SpeedyMake.pl @${PERL} -pi -e 's,APXS=apxs,APXS=${APXS},;' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305271302.r4RD2ECK096064>