www-client/lynx: add workaround for parallel build failure
authorTim Harder <radhermit@gentoo.org>
Sun, 3 Sep 2017 17:08:06 +0000 (13:08 -0400)
committerTim 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

index 8d9d675ad2f614792a6826db98942556103b3742..2afd67c6acf85fca2fb67f3e23512fcb7d03405e 100644 (file)
@@ -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}"