- Remove -Werror

PR:		ports/193632
Submitted by:	marino
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-09-14 15:54:16 +00:00
parent 6a058e82d1
commit 9116798617
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368196

View file

@ -24,4 +24,7 @@ GH_COMMIT= 2a03577
GH_PROJECT= ${PORTNAME}
GH_TAGNAME= ${PORTNAME}-${PORTVERSION}-20140410
post-patch:
@${REINPLACE_CMD} -e 's| -Werror||g' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>