security/honggfuzz: Remove -Werror because it fails -pedantic check

Honggfuzz fails -pedantic checks on gcc-5.  This wouldn't be a problem
except for the fact -Werror was also set, so Werror is getting removed.

Approved by:	blanket
This commit is contained in:
John Marino 2015-02-22 13:54:34 +00:00
parent bd3f46e2d6
commit 0fab25a3e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379604

View File

@ -18,7 +18,8 @@ OPTIONS_DEFINE= EXAMPLES
# inplace replacement to remove relative binary path in examples scripts
post-patch:
${REINPLACE_CMD} -i "" -E "s,\.\./,," ${WRKSRC}/examples/*.sh
${REINPLACE_CMD} -i "" -E 's,gcc,${CC},' ${WRKSRC}/Makefile
${REINPLACE_CMD} -i "" -e 's,gcc,${CC},' \
-e 's| -Werror||' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin