Fix build with clang
This commit is contained in:
parent
a3c39932c1
commit
66169a7d2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319232
1 changed files with 2 additions and 0 deletions
|
@ -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},;' \
|
||||
|
|
Loading…
Reference in a new issue