summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2021-03-08 21:34:58 -0700
committerBrian Bidulock2021-03-08 21:34:58 -0700
commit281ec39febc96935ca73ccb1afb8d72beb86c962 (patch)
tree313a3e48947a3f22f7d7ab3a49a67c1c37de8dbf
parent28d30c10edc9711a92ab685b7470048ecaa37236 (diff)
downloadaur-281ec39febc96935ca73ccb1afb8d72beb86c962.tar.gz
fix -fno-common
-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 \