From: Marcin Krol Date: Wed, 5 Nov 2014 08:53:32 +0000 (+0000) Subject: - fix compilation X-Git-Url: https://git.tld-linux.org/?p=packages%2Fllvm.git;a=commitdiff_plain;h=28196334ef023ac104de078cebf21728b7802866 - fix compilation --- diff --git a/llvm-tld.patch b/llvm-tld.patch index cbe0f36..b9ee46f 100644 --- a/llvm-tld.patch +++ b/llvm-tld.patch @@ -28,7 +28,7 @@ return Distro >= UbuntuHardy && Distro <= UbuntuRaring; } -+static bool IsTLD(enum LinuxDistro Distro) { ++static bool IsTLD(enum Distro Distro) { + return Distro == TLDLinux; +} +