summaryrefslogtreecommitdiffstats
path: root/main/groff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-11-06 12:27:18 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-11-06 12:27:52 +0000
commitafe351d3de2affc3a6317415112ef421994aebae (patch)
treed24db9f128787783da2ebf42874c58460629e6e6 /main/groff
parent1d4721cec37a28b9c77f3f678e7356fdd399566d (diff)
downloadaports-afe351d3de2affc3a6317415112ef421994aebae.tar.bz2
aports-afe351d3de2affc3a6317415112ef421994aebae.tar.xz
main/groff: work around parallel build issue
Diffstat (limited to 'main/groff')
-rw-r--r--main/groff/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/groff/APKBUILD b/main/groff/APKBUILD
index 6235840f6..e75309399 100644
--- a/main/groff/APKBUILD
+++ b/main/groff/APKBUILD
@@ -19,7 +19,8 @@ build () {
--prefix=/usr \
--without-x \
|| return 1
- make || return 1
+ # work around parallel build issue
+ make arch/misc && make || return 1
}
package() {