svn commit: r319232 - head/www/p5-CGI-SpeedyCGI
Baptiste Daroussin
bapt at FreeBSD.org
Mon May 27 13:02:15 UTC 2013
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},;' \
More information about the svn-ports-head
mailing list