summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRuben Van Boxem2016-05-20 23:38:59 +0200
committerRuben Van Boxem2016-05-20 23:38:59 +0200
commit9afe19902803ef4c2a3318ebf54143c04bdba359 (patch)
treead76aeaab23d53eca45e47391ce84ea25dc8a7f8 /PKGBUILD
parentf303744d5d355a7bc300819342eff5e45f36634b (diff)
downloadaur-9afe19902803ef4c2a3318ebf54143c04bdba359.tar.gz
actually add patch file to PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d10f5b0c866..cb9df956f8f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,12 +16,14 @@ url="http://gcc.gnu.org"
makedepends=('binutils>=2.25' 'libmpc' 'doxygen')
checkdepends=('dejagnu' 'inetutils')
options=('!emptydirs')
-source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
- http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
- http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz)
+source=("ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2"
+ "http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2"
+ "http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz"
+ "gcc-4.9-fix-build-with-gcc-6.patch")
md5sums=('6f831b4d251872736e8e9cc09746f327'
'e039bfcfb6c2ab039b8ee69bf883e824'
- 'e34fca0540d840e5d0f6427e98c92252')
+ 'e34fca0540d840e5d0f6427e98c92252'
+ '91f27a8002df38cf2ca971ca80feb9d7')
_basedir=gcc-${pkgver}
_libdir="usr/lib/gcc/$CHOST/$pkgver"