public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] repo/gentoo:master commit in: app-misc/lirc/
@ 2016-07-30  8:31 99% David Seifert
  0 siblings, 0 replies; 1+ results
From: David Seifert @ 2016-07-30  8:31 UTC (permalink / raw
  To: gentoo-commits

commit:     b6fc4b167abbbc56620169a1bfc845e347e0de94
Author:     Craig Andrews <candrews <AT> integralblue <DOT> com>
AuthorDate: Mon Jul 18 14:30:35 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 08:29:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6fc4b16

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 <AT> gentoo.org>

 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 63a2b92..395ddd3 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
 


^ permalink raw reply related	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2016-07-30  8:31 99% [gentoo-commits] repo/gentoo:master commit in: app-misc/lirc/ David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox