From 1e8692b86bd8ad21bb688352999670458ff40a04 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 16 Feb 2017 00:11:10 -0300 Subject: abuse-0.8-8.parabola1: fix segfault on launch - FS#52915 -> https://bugs.archlinux.org/task/52915 --- libre/abuse/PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'libre/abuse') 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 # Contributor (Arch): Lukas Fleischer # Contributor (Arch): jlvsimoes @@ -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 } -- cgit v1.2.3