summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-forensics/honggfuzz/honggfuzz-1.7.ebuild')
-rw-r--r--app-forensics/honggfuzz/honggfuzz-1.7.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/app-forensics/honggfuzz/honggfuzz-1.7.ebuild b/app-forensics/honggfuzz/honggfuzz-1.7.ebuild
index a1c990e10224..c41e64b032cb 100644
--- a/app-forensics/honggfuzz/honggfuzz-1.7.ebuild
+++ b/app-forensics/honggfuzz/honggfuzz-1.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -28,8 +28,13 @@ DOCS=(
README.md
)
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.7-no-werror.patch
+)
+
src_prepare() {
default
+
if has_version ">=sys-libs/binutils-libs-2.29"; then
eapply "${FILESDIR}"/${PN}-1.1-binutils-2.29.patch
fi