aboutsummaryrefslogtreecommitdiff
path: root/security/honggfuzz
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-02-22 13:54:34 +0000
committerJohn Marino <marino@FreeBSD.org>2015-02-22 13:54:34 +0000
commit0fab25a3e2854960a37241c5331d5fbfe39ea204 (patch)
tree85e40a60816124ac73875f1b15d0d3b8ca69fe8b /security/honggfuzz
parentbd3f46e2d6eb4d8a6587f5fce43c196d19a5df70 (diff)
downloadports-0fab25a3e2854960a37241c5331d5fbfe39ea204.tar.gz
ports-0fab25a3e2854960a37241c5331d5fbfe39ea204.zip
Notes
Diffstat (limited to 'security/honggfuzz')
-rw-r--r--security/honggfuzz/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/honggfuzz/Makefile b/security/honggfuzz/Makefile
index b03fb6f36058..5f8a23744082 100644
--- a/security/honggfuzz/Makefile
+++ b/security/honggfuzz/Makefile
@@ -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