summaryrefslogtreecommitdiff
path: root/extra/yasm/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-17 22:45:31 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-17 22:45:31 -0300
commit27a90a9d957b56dac972c9df0febb6262fb90dce (patch)
tree79251bdfb00539a1ddf1592d80eacd47971dcf24 /extra/yasm/PKGBUILD
parent87b9cca463a1dbf2b5026c9dc770b5591b2d3fdc (diff)
parent8185891e28635bdb83fdf4ba4391030912dae596 (diff)
Merge branch 'master' of gparabola:abslibre/abslibre-pre-mips64el
Conflicts: libre/audacious-plugins-libre/PKGBUILD libre/linux-libre/PKGBUILD
Diffstat (limited to 'extra/yasm/PKGBUILD')
-rw-r--r--extra/yasm/PKGBUILD10
1 files changed, 8 insertions, 2 deletions
diff --git a/extra/yasm/PKGBUILD b/extra/yasm/PKGBUILD
index 82d89ac53..7293c27b4 100644
--- a/extra/yasm/PKGBUILD
+++ b/extra/yasm/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 197451 2013-10-26 06:45:33Z eric $
+# $Id: PKGBUILD 206072 2014-02-17 01:23:38Z eric $
# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgname=yasm
pkgver=1.2.0
-pkgrel=3
+pkgrel=4
pkgdesc="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.)"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.tortall.net/projects/yasm/"
@@ -13,6 +13,12 @@ options=('staticlibs')
source=(http://www.tortall.net/projects/yasm/releases/${pkgname}-${pkgver}.tar.gz)
sha1sums=('773d28f27f83c44ac35079add0d3167ca6c1def8')
+prepare() {
+ cd ${pkgname}-${pkgver}
+# FS#38940
+ sed -i 's/#define NHASH 31/#define NHASH 4096/' modules/preprocs/nasm/nasm-pp.c
+}
+
build() {
cd ${pkgname}-${pkgver}
./configure --prefix=/usr