Fix build with clang

This commit is contained in:
Baptiste Daroussin 2013-05-27 13:02:14 +00:00
parent a3c39932c1
commit 66169a7d2b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319232

View file

@ -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},;' \