summaryrefslogtreecommitdiff
path: root/core/make/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/make/PKGBUILD')
-rw-r--r--core/make/PKGBUILD17
1 files changed, 13 insertions, 4 deletions
diff --git a/core/make/PKGBUILD b/core/make/PKGBUILD
index 9b88e89d9..16f303685 100644
--- a/core/make/PKGBUILD
+++ b/core/make/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 196827 2013-10-20 11:42:36Z allan $
+# $Id: PKGBUILD 201555 2013-12-15 06:41:30Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=make
pkgver=4.0
-pkgrel=1
+pkgrel=2
pkgdesc="GNU make utility to maintain groups of programs"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/make"
@@ -12,9 +12,18 @@ license=('GPL3')
groups=('base-devel')
depends=('glibc' 'sh' 'guile')
install=$pkgname.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
+ make-4.0-char-cast.patch)
md5sums=('571d470a7647b455e3af3f92d79f1c18'
- 'SKIP')
+ 'SKIP'
+ '1840aae18e1c0d1c52563020ef3ff5f3')
+
+prepare() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ # http://git.savannah.gnu.org/cgit/make.git/commit/?id=9d58570c
+ patch -p1 -i ${srcdir}/make-4.0-char-cast.patch
+}
build() {
cd ${srcdir}/${pkgname}-${pkgver}