From e92035a9b23cc579529955fb33a4fda92fdcc4e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 22 Dec 2017 18:45:17 +0100 Subject: [PATCH] crystal: nocross for now (llvm --cxxflags issue) --- srcpkgs/crystal/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/crystal/template b/srcpkgs/crystal/template index 1bac3dbe68c..f606c1c1bcf 100644 --- a/srcpkgs/crystal/template +++ b/srcpkgs/crystal/template @@ -14,6 +14,7 @@ homepage="https://crystal-lang.org/" distfiles="https://github.com/crystal-lang/crystal/archive/${version}.tar.gz" checksum=c34f4326ee576f60b8960e331aae8d5265a12b30707582e1f5c6c6032d364a80 conflicts="crystal-bin" +nocross="FIXME: someone needs to sort out the llvm --cxxflags for cross building" post_extract() { # Check for libtls to determine if libssl is coming from LibreSSL, as suggested by Vaelatern