diff options
Diffstat (limited to 'community/gdc')
-rw-r--r-- | community/gdc/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gdc/PKGBUILD b/community/gdc/PKGBUILD index 34a1a0d52..b4adc310e 100644 --- a/community/gdc/PKGBUILD +++ b/community/gdc/PKGBUILD @@ -10,7 +10,7 @@ arch=('i686' 'x86_64') url="https://github.com/D-Programming-GDC/GDC" license=('GPL') makedepends=('binutils>=2.23' 'git' 'gcc' 'make' 'perl' 'cloog' 'automake') -options=('!libtool' '!emptydirs' '!buildflags') +options=('!emptydirs' '!buildflags') _snapshot=4.8-20130725 source=(ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2 gdc::git://github.com/D-Programming-GDC/GDC.git#branch=gdc-4.8 |