projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03f8346
)
www-client/lynx: add workaround for parallel build failure
author
Tim Harder
<radhermit@gentoo.org>
Sun, 3 Sep 2017 17:08:06 +0000
(13:08 -0400)
committer
Tim Harder
<radhermit@gentoo.org>
Sun, 3 Sep 2017 17:14:12 +0000
(13:14 -0400)
Gentoo-bug: 624852
www-client/lynx/lynx-2.8.9_pre16.ebuild
patch
|
blob
|
history
diff --git
a/www-client/lynx/lynx-2.8.9_pre16.ebuild
b/www-client/lynx/lynx-2.8.9_pre16.ebuild
index 8d9d675ad2f614792a6826db98942556103b3742..2afd67c6acf85fca2fb67f3e23512fcb7d03405e 100644
(file)
--- a/
www-client/lynx/lynx-2.8.9_pre16.ebuild
+++ b/
www-client/lynx/lynx-2.8.9_pre16.ebuild
@@
-84,6
+84,12
@@
src_configure() {
econf "${myconf[@]}"
}
+src_compile() {
+ # generating translation files in parallel is currently broken
+ emake -C po -j1
+ emake
+}
+
src_install() {
emake install DESTDIR="${D}"