From d4911bb556aad2d56917c1ef883b9629108d8a7d Mon Sep 17 00:00:00 2001 From: Figue Date: Fri, 14 Sep 2018 17:58:27 +0200 Subject: [PATCH] Disable clang by default --- .SRCINFO | 1 - PKGBUILD | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6fe9876d07594..c4938dc57b06f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -41,7 +41,6 @@ pkgbase = icecat optdepends = libnotify: Notification integration optdepends = pulseaudio: Audio support optdepends = speech-dispatcher: Text-to-Speech - optdepends = clang source = http://alpha.gnu.org/gnu/gnuzilla/60.2.0/icecat-60.2.0-gnu1.tar.bz2 source = http://alpha.gnu.org/gnu/gnuzilla/60.2.0/icecat-60.2.0-gnu1.tar.bz2.sig source = icecat.desktop diff --git a/PKGBUILD b/PKGBUILD index d8d79b2de8494..8cf7ecef10671 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -23,8 +23,9 @@ optdepends=('networkmanager: Location detection via available WiFi networks' 'pulseaudio: Audio support' 'speech-dispatcher: Text-to-Speech') -# Set this variable to 1 if you want to build with clang compiler -_CLANG=1 +## Set this variable to 1 if you want to build with clang compiler ## +_CLANG=0 + if [ "$_CLANG" -eq "1" ]; then optdepends+=(clang) fi