mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Changed _CLANG function. You have to export now
This commit is contained in:
parent
dfa7cd96e5
commit
7e28ee67f0
2 changed files with 1 additions and 4 deletions
1
.SRCINFO
1
.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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue