From 1bc3110a3b1c6d839d173091643b3bbb60462c3c Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 19 Jun 2018 19:02:49 +0200 Subject: [PATCH] Fix build of llvm on Linux (#3751) The mfcatl dependency is only needed on Windows. --- ports/llvm/CONTROL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/llvm/CONTROL b/ports/llvm/CONTROL index 37368dbc7..6c45de2ec 100644 --- a/ports/llvm/CONTROL +++ b/ports/llvm/CONTROL @@ -1,4 +1,4 @@ Source: llvm Version: 6.0.0-1 Description: The LLVM Compiler Infrastructure -Build-Depends: atlmfc +Build-Depends: atlmfc (windows)