- Remove -Werror
PR: ports/193632 Submitted by: marino
This commit is contained in:
parent
6a058e82d1
commit
9116798617
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368196
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue