Changed _CLANG function. You have to export now

This commit is contained in:
Figue 2018-09-15 23:21:44 +02:00
parent dfa7cd96e5
commit 7e28ee67f0
2 changed files with 1 additions and 4 deletions

View file

@ -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

View file

@ -26,9 +26,7 @@ optdepends=('networkmanager: Location detection via available WiFi networks'
## Set this variable to 1 if you want to build with clang compiler ##
#_CLANG=0
if [ "$_CLANG" -eq "1" ]; then
optdepends+=(clang)
fi
[ "$_CLANG" ] && [ "$_CLANG" -eq "1" ] && optdepends+=(clang)
#source=(http://ftpmirror.gnu.org/gnuzilla/${pkgver}/${pkgname}-${_pkgver}.tar.bz2{,.sig}
#source=(https://ftp.gnu.org/gnu/gnuzilla/${pkgver}/${pkgname}-${_pkgver}.tar.bz2{,.sig} ## Main upstream download site