summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9814efc275f..5d658177b484 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aumix
pkgdesc = A color text mode sound mixer with GPM support
pkgver = 2.9.1
- pkgrel = 9
+ pkgrel = 10
url = http://www.jpj.net/~trevor/aumix.html
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index af4eabfe0144..45fd8bc1e22d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=aumix
pkgver=2.9.1
-pkgrel=9
+pkgrel=10
pkgdesc="A color text mode sound mixer with GPM support"
arch=('x86_64' 'i686')
license=('GPL')
@@ -23,6 +23,7 @@ build() {
cd "$srcdir"
cp -a aumix-$pkgver aumix-gtk-$pkgver
+ CFLAGS="$CFLAGS -fcommon"
cd "$srcdir"/aumix-$pkgver
msg "No X11 build"
./configure --prefix=/usr --mandir=/usr/share/man --without-gtk --without-gtk1 \