summaryrefslogtreecommitdiff
path: root/community/mingw32-binutils
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-01-30 10:59:28 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-01-30 10:59:28 +0100
commit56597deb3729c0071589878712e1bb4783009d05 (patch)
treec435839df0a778eaa3079148216564599b1848c6 /community/mingw32-binutils
parent43b83057ab3fa185f7afae30c7731a68073d58af (diff)
parentc25b7aa323ab71b1a524d15dbbe942dbebd55761 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/chmsee/PKGBUILD community/mednafen/PKGBUILD core/reiserfsprogs/PKGBUILD extra/libmowgli/PKGBUILD
Diffstat (limited to 'community/mingw32-binutils')
-rw-r--r--community/mingw32-binutils/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/mingw32-binutils/PKGBUILD b/community/mingw32-binutils/PKGBUILD
index 2c53195ac..7db59a6c3 100644
--- a/community/mingw32-binutils/PKGBUILD
+++ b/community/mingw32-binutils/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 82709 2013-01-23 10:13:43Z spupykin $
+# $Id: PKGBUILD 83337 2013-01-29 19:58:19Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Ondrej Jirman <megous@megous.com>
# Contributor: mosra <mosra@centrum.cz>
pkgname=mingw32-binutils
pkgver=2.23.1
-pkgrel=2
+pkgrel=3
_uprel=1
arch=(i686 x86_64 'mips64el')
url="https://sourceforge.net/projects/mingw/files/MinGW/Base/binutils/"
@@ -13,7 +13,7 @@ pkgdesc="A set of programs to assemble and manipulate binary and object files (m
depends=('glibc' 'zlib')
license=(GPL)
source=("https://downloads.sourceforge.net/project/mingw/MinGW/Base/binutils/binutils-$pkgver/binutils-$pkgver-${_uprel}-mingw32-src.tar.lzma"
- "http://sourceware.org/git/?p=binutils.git;a=patch;h=260cd95271cdf002ed8e419898fd29c42e257841")
+ "260cd952.patch::http://sourceware.org/git/?p=binutils.git;a=patch;h=260cd95271cdf002ed8e419898fd29c42e257841")
md5sums=('5d76604f545b151230d1c86e1b8cfab3'
'9226501a8258a12c81956252ba3b4ba1')
@@ -22,6 +22,7 @@ build() {
[ $NOEXTRACT -eq 1 ] || tar xjf binutils-$pkgver-${_uprel}-mingw32-src/binutils-$pkgver.tar.bz2
cd $srcdir/binutils-$pkgver
+ patch -Np1 <$srcdir/260cd952.patch || true
./configure \
--target=i486-mingw32 \
--host=$CHOST \