From 887e25026fd8bcd40babfdd3d33791aa4eb72eef Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Fri, 20 Jul 2018 17:09:20 +0200 Subject: [PATCH] llvm: rebuild for gcc stdc++ dropping gcc4 compat, again in the last build gcc wasn't updated to the new version. This revbump makes sure llvm is build with the C++11 ABI. --- srcpkgs/llvm/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/llvm/template b/srcpkgs/llvm/template index bffa2407745..7bdcc43b4b9 100644 --- a/srcpkgs/llvm/template +++ b/srcpkgs/llvm/template @@ -1,7 +1,7 @@ # Template file for 'llvm' pkgname=llvm version=6.0.1 -revision=2 +revision=3 wrksrc="llvm-${version}.src" lib32disabled=yes build_style=cmake