diff options
Diffstat (limited to 'community/mingw-w64-binutils/PKGBUILD')
-rw-r--r-- | community/mingw-w64-binutils/PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/community/mingw-w64-binutils/PKGBUILD b/community/mingw-w64-binutils/PKGBUILD index 469ced17d..28ba518b0 100644 --- a/community/mingw-w64-binutils/PKGBUILD +++ b/community/mingw-w64-binutils/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 101172 2013-11-18 17:41:58Z spupykin $ +# $Id: PKGBUILD 104091 2014-01-15 13:38:18Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: rubenvb vanboxem <dottie> ruben <attie> gmail <dottie> com @@ -6,7 +6,7 @@ _targets="i686-w64-mingw32 x86_64-w64-mingw32" pkgname=mingw-w64-binutils pkgver=2.23.2 -pkgrel=2 +pkgrel=3 pkgdesc="Cross binutils for the MinGW-w64 cross-compiler" arch=('i686' 'x86_64') url="http://www.gnu.org/software/binutils" @@ -15,8 +15,10 @@ groups=('mingw-w64-toolchain' 'mingw-w64') depends=('zlib') options=('!libtool' '!emptydirs') source=("http://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.gz" - "binutils-2.23.2-texinfo-5.0.patch.txt") + "windres.patch::https://bugs.archlinux.org/task/38111?getfile=11313" + "binutils-2.23.2-texinfo-5.0.patch.txt") md5sums=('cda9dcc08c86ff2fd3f27e4adb250f6f' + '2b653bdfd2ddda9ff36b4695b2d9bc8c' '34e439ce23213a91e2af872dfbb5094c') prepare() { @@ -24,6 +26,7 @@ prepare() { # http://sourceware.org/git/?p=binutils.git;a=patch;h=e02bf935 # http://sourceware.org/git/?p=binutils.git;a=patch;h=935f8542 patch -p1 -i ${srcdir}/binutils-2.23.2-texinfo-5.0.patch.txt + patch -p1 -i ${srcdir}/windres.patch #do not install libiberty sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in |