summaryrefslogtreecommitdiff
path: root/dev-debug/ddd/ddd-3.4.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-debug/ddd/ddd-3.4.0.ebuild')
-rw-r--r--dev-debug/ddd/ddd-3.4.0.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-debug/ddd/ddd-3.4.0.ebuild b/dev-debug/ddd/ddd-3.4.0.ebuild
index 57ef0f7ffdf5..d90d461ab5f5 100644
--- a/dev-debug/ddd/ddd-3.4.0.ebuild
+++ b/dev-debug/ddd/ddd-3.4.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit autotools desktop optfeature
+inherit autotools desktop flag-o-matic optfeature
DESCRIPTION="Graphical front-end for command-line debuggers"
HOMEPAGE="https://www.gnu.org/software/ddd"
@@ -54,6 +54,11 @@ src_prepare() {
}
src_configure() {
+ # -Werror=odr
+ # https://bugs.gentoo.org/858347
+ # https://savannah.gnu.org/bugs/?65456
+ filter-lto
+
econf \
$(use_with readline)
}