summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWinston Weinert2017-03-28 23:18:05 -0500
committerWinston Weinert2017-03-28 23:18:05 -0500
commit77dcb5f607fc5d1b6369aa59f09276e593070045 (patch)
tree1a69f7adf206057944c8c4e3d394b543b5c06ce9
parente52e81ab4cb7da878f9eaac613a1a7334300c16d (diff)
downloadaur-77dcb5f607fc5d1b6369aa59f09276e593070045.tar.gz
Fix build issue related to parallel make
https://forums.gentoo.org/viewtopic-p-4555442.html?sid=8edd5fbadb5d258f03667e7d77aa374c#4555442
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c76bd42ba76..ad80ac27d579 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=slashem
pkgver=0.0.7E7F3
-pkgrel=5
+pkgrel=6
pkgdesc='Nethack variant Super Lotsa Added Stuff Hack - Extended Magic'
arch=('i686' 'x86_64')
url="http://www.slashem.org/"
@@ -13,6 +13,8 @@ source=("http://downloads.sourceforge.net/project/slashem/slashem-source/0.0.7E7
md5sums=('54b4534fe85f08722e8b6b38d52c2e9a'
'fd208bd24da31198d6a1d7d067e7377e')
+MAKEFLAGS='-j1' # 28-March-2017: Apparent fix for slashem build issues.
+
prepare() {
cd "$pkgname-$pkgver"
sh sys/unix/setup.sh