summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e644b403532..177eee0004b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: dustball
+# Maintainer: nimius <l.wieling@gmx.de>
+# Contributor: dustball
pkgname=gnaural
pkgver=20110606
-pkgrel=2
+pkgrel=3
pkgdesc="An opensource binaural-beat generator"
arch=(i686 x86_64)
url="http://gnaural.sourceforge.net/"
@@ -19,7 +20,7 @@ build() {
patch --strip=1 < "$srcdir/gnaural.patch"
- ./configure --prefix=/usr
+ ./configure CFLAGS='-fcommon' --prefix=/usr
make
}