From 931fa8042a908176af431d1fcee36a8d17d466cc Mon Sep 17 00:00:00 2001
From: Michael Gehring <mg@ebfe.org>
Date: Tue, 8 Nov 2016 12:08:10 +0100
Subject: [PATCH] libcxxabi: drop hostmakedepends provided by build_style

---
 srcpkgs/libcxxabi/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/libcxxabi/template b/srcpkgs/libcxxabi/template
index a2bc3d267cc..f1ba356b785 100644
--- a/srcpkgs/libcxxabi/template
+++ b/srcpkgs/libcxxabi/template
@@ -6,7 +6,6 @@ wrksrc="${pkgname}-${version}.src"
 build_style=cmake
 configure_args="-DLIBCXXABI_LIBCXX_INCLUDES=../libcxx/include"
 make_build_args="VERBOSE=1"
-hostmakedepends="cmake"
 makedepends="llvm llvm-libunwind-devel"
 LDFLAGS="-Wl,--no-as-needed -lunwind -Wl,--as-needed"
 short_desc="Low-level support for libc++ standard library"