diff options
author | root <root@rshg054.dnsready.net> | 2012-09-18 00:20:21 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-18 00:20:21 -0700 |
commit | 0eb0f7dcc1b8f07ad3f0eb5086eafba8f627967d (patch) | |
tree | 5e9211b5c62c88d15ad6652e0575105433af04dc /community/jack2 | |
parent | d1d75c37c446dfbe9cbae503300e17f2973dbf44 (diff) |
Tue Sep 18 00:20:18 PDT 2012
Diffstat (limited to 'community/jack2')
-rw-r--r-- | community/jack2/PKGBUILD | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/community/jack2/PKGBUILD b/community/jack2/PKGBUILD index 3065207ca..b26790757 100644 --- a/community/jack2/PKGBUILD +++ b/community/jack2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 70089 2012-04-29 08:01:28Z allan $ +# $Id: PKGBUILD 76357 2012-09-16 14:53:18Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Daniele Paolella <danielepaolella@email.it> # Contributor: Philipp Überbacher <hollunder at gmx dot at> @@ -9,7 +9,7 @@ pkgname=('jack2' 'jack2-dbus') #pkgname= # single build (overrides split) _tarname=jack pkgver=1.9.8 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') url="http://jackaudio.org/" backup=(etc/security/limits.d/99-audio.conf) @@ -42,6 +42,11 @@ _isbuild() { build() { cd "$srcdir/$_tarname-$pkgver" + # Some optimisation bug exists for current GCC + # see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53663 + export CFLAGS="${CFLAGS/-O[0-9]/-O0}" + export CXXFLAGS="$CFLAGS" + # fix doxygen building sed -i 's:build/default/html:html:' $_tarname-$pkgver/wscript |