summaryrefslogtreecommitdiff
path: root/extra/yasm
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-18 01:51:27 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-18 01:51:27 +0000
commit60a11f87366fdfbd114cdc91ff813518858e5f8d (patch)
treed033f4a5a08a99ff07ac631677fb119dff3abba8 /extra/yasm
parent35e9f8bc93db9e691bf6d00950956ca3e5d86e83 (diff)
Tue Feb 18 01:50:28 UTC 2014
Diffstat (limited to 'extra/yasm')
-rw-r--r--extra/yasm/PKGBUILD10
1 files changed, 8 insertions, 2 deletions
diff --git a/extra/yasm/PKGBUILD b/extra/yasm/PKGBUILD
index 3c229a87a..6c0be5bb6 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')
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