summaryrefslogtreecommitdiff
path: root/libre/abuse
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-02-16 00:11:10 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-02-16 00:11:10 -0300
commit1e8692b86bd8ad21bb688352999670458ff40a04 (patch)
treec65eacb0dd3c2e5f16286184c380a8d4840b0dc5 /libre/abuse
parent9a5158f4b68b624ad81199715fc35a3fc36e76bd (diff)
abuse-0.8-8.parabola1: fix segfault on launch - FS#52915 -> https://bugs.archlinux.org/task/52915
Diffstat (limited to 'libre/abuse')
-rw-r--r--libre/abuse/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/libre/abuse/PKGBUILD b/libre/abuse/PKGBUILD
index b491d5f20..adb1cc657 100644
--- a/libre/abuse/PKGBUILD
+++ b/libre/abuse/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 209637 2017-02-01 12:34:57Z arodseth $
+# $Id: PKGBUILD 212324 2017-02-14 09:21:33Z arodseth $
# Maintainer (Arch): Alexander F Rødseth <xyproto@archlinux.org>
# Contributor (Arch): Lukas Fleischer <lfleischer@archlinux.org>
# Contributor (Arch): jlvsimoes <jlvsimoes@oninet.pt>
@@ -9,7 +9,7 @@
pkgname=abuse
_pkgname=$pkgname-libre
pkgver=0.8
-pkgrel=7.parabola1
+pkgrel=8.parabola1
pkgdesc='Side-scroller action game that pits you against ruthless alien killers, without nonfree claudio support'
arch=('x86_64' 'i686' 'armv7h')
url='http://abuse.zoy.org/'
@@ -49,7 +49,11 @@ prepare() {
build() {
cd "$pkgname-$pkgver"
- ./configure --prefix=/usr --with-assetdir="/usr/share/$pkgname/orig" --with-x
+ ./configure \
+ --prefix=/usr \
+ --with-assetdir="/usr/share/$pkgname/orig" \
+ --with-x \
+ --enable-debug # Fix for FS#52915
make
}