From 7556416120f3328671873db53759ea3c00fbc43e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 11 Jul 2017 19:59:09 +0200 Subject: [PATCH] llvm3.9: fix whitespace. --- srcpkgs/llvm3.9/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/llvm3.9/template b/srcpkgs/llvm3.9/template index 86a14c13001..496eb790cf5 100644 --- a/srcpkgs/llvm3.9/template +++ b/srcpkgs/llvm3.9/template @@ -77,7 +77,7 @@ pre_configure() { } post_configure() { # Don't leak CFLAGS into llvm-config. - sed -i -e "s|\(-specs=.*hardened-ld\)||g" -e "s|\(-specs=.*hardened-cc1\)||g" tools/llvm-config/BuildVariables.inc + sed -i -e "s|\(-specs=.*hardened-ld\)||g" -e "s|\(-specs=.*hardened-cc1\)||g" tools/llvm-config/BuildVariables.inc } do_install() {