summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2021-03-08 21:34:58 -0700
committerBrian Bidulock2021-03-08 21:34:58 -0700
commit281ec39febc96935ca73ccb1afb8d72beb86c962 (patch)
tree313a3e48947a3f22f7d7ab3a49a67c1c37de8dbf /PKGBUILD
parent28d30c10edc9711a92ab685b7470048ecaa37236 (diff)
downloadaur-281ec39febc96935ca73ccb1afb8d72beb86c962.tar.gz
fix -fno-common
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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 \