From b6fc4b167abbbc56620169a1bfc845e347e0de94 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Mon, 18 Jul 2016 10:30:35 -0400 Subject: app-misc/lirc-0.9.4a: workaround parallel make bug Gentoo-bug: 588864 Closes: https://github.com/gentoo/gentoo/pull/1911 Signed-off-by: David Seifert --- app-misc/lirc/lirc-0.9.4a.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app-misc/lirc/lirc-0.9.4a.ebuild b/app-misc/lirc/lirc-0.9.4a.ebuild index 63a2b92836e7..395ddd35914a 100644 --- a/app-misc/lirc/lirc-0.9.4a.ebuild +++ b/app-misc/lirc/lirc-0.9.4a.ebuild @@ -58,6 +58,14 @@ src_configure() { $(use_with X x) } +# Defined src_compile as a workaround for a parallel make issue +# See https://bugs.gentoo.org/show_bug.cgi?id=588864 +# and https://sourceforge.net/p/lirc/tickets/210/ +src_compile() { + emake lib + emake +} + src_install() { default -- cgit v1.2.3-65-gdbad