summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2021-07-03 22:51:32 +0200
committerChristopher Arndt2021-07-03 22:51:32 +0200
commitb41ce51e0f899285e0c1cb08da21bdb53b783b32 (patch)
tree9e33b00129071abf9deb2e709553783c9e07b4d0 /PKGBUILD
parente8a7916a14f8a59b739bca98aa22afee5a8eb7c3 (diff)
downloadaur-b41ce51e0f899285e0c1cb08da21bdb53b783b32.tar.gz
Fix compilation with gcc >= 11
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a60a398b4d83..78f654ec7d41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
-# Maintainer: Sam Mulvey <archlinux at sammulvey.com>
+# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot de>
+# Contributor: Sam Mulvey <archlinux at sammulvey.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Ganjolinux aka Basalari David <ganjolinux@gmail.com>
# Contributor: speps <speps at aur dot archlinux dot org>
# Contributor: B3l3tte <ouack23 at yahoo.fr>
-# Contributor: Christopher Arndt <aur -at- chrisarndt -dot de>
pkgname=darkice
pkgver=1.4
-pkgrel=1
+pkgrel=2
pkgdesc="Live audio streamer. Reads from audio interface, encodes, sends to streaming server."
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="http://www.darkice.org/"
@@ -22,6 +22,7 @@ sha256sums=('e6a8ec2b447cf5b4ffaf9b62700502b6bdacebf00b476f4e9bf9f9fe1e3dd817'
build() {
cd "$srcdir/$pkgname-$pkgver"
+ export CXXFLAGS="$CXXFLAGS -std=c++11"
./configure \
--prefix=/usr \
--sysconfdir=/etc \