From 6027990b483318042918b1480ef7c766a2c2f593 Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 1 Jul 2021 20:39:56 +0200 Subject: [PATCH] llvm12: remove groff hostdep --- srcpkgs/llvm12/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/llvm12/template b/srcpkgs/llvm12/template index 3b1b86d0231..2d352da8646 100644 --- a/srcpkgs/llvm12/template +++ b/srcpkgs/llvm12/template @@ -25,7 +25,7 @@ configure_args=" -DLLVM_ENABLE_RTTI=YES -DLLVM_ENABLE_FFI=YES -DLLVM_BINUTILS_INCDIR=/usr/include" -hostmakedepends="groff perl python3 zlib-devel libffi-devel swig python3-Sphinx +hostmakedepends="perl python3 zlib-devel libffi-devel swig python3-Sphinx python3-recommonmark python3-sphinx-automodapi" makedepends="python3-devel zlib-devel elfutils-devel libffi-devel libedit-devel libxml2-devel binutils-devel libatomic-devel"