diff options
author | Craig Andrews <candrews@integralblue.com> | 2016-07-18 10:30:35 -0400 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-07-30 10:29:45 +0200 |
commit | b6fc4b167abbbc56620169a1bfc845e347e0de94 (patch) | |
tree | 4c4b4afbb86a60e4f874bb52a54f8a6bf2fa2afb /app-misc | |
parent | dev-python/pickleshare: Version bump to 0.7.3 (diff) | |
download | gentoo-b6fc4b167abbbc56620169a1bfc845e347e0de94.tar.gz gentoo-b6fc4b167abbbc56620169a1bfc845e347e0de94.tar.bz2 gentoo-b6fc4b167abbbc56620169a1bfc845e347e0de94.zip |
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 <soap@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/lirc/lirc-0.9.4a.ebuild | 8 |
1 files changed, 8 insertions, 0 deletions
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 |