- Cosmetic change

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2016-12-28 19:41:46 +00:00
parent c2b01249cd
commit fe5f171093
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429818

View File

@ -32,6 +32,6 @@ SWIG_BUILD_DEPENDS= swig:devel/swig13
SWIG_CONFIGURE_OFF= --disable-swig
post-patch:
@${FIND} ${WRKSRC} -name Makefile.am -exec ${REINPLACE_CMD} 's|-Werror||; s| -ansi -pedantic||' {} \;
@${FIND} ${WRKSRC} -name Makefile.am -exec ${REINPLACE_CMD} -e 's|-Werror||; s| -ansi -pedantic||' {} +
.include <bsd.port.mk>