summaryrefslogtreecommitdiff
path: root/ncmpcpp/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-10-16 21:22:25 +0000
committerTim Biermann <tbier@posteo.de>2020-10-16 21:22:25 +0000
commit98f31047215a6951c1ff9fc61b41e1f1540768b2 (patch)
treef6dc27669de463bc322d7696f308830b7fe3800e /ncmpcpp/Pkgfile
parent146e8baa4fcd8c595c901b35461977bf74aad1a3 (diff)
downloadcontrib-98f31047215a6951c1ff9fc61b41e1f1540768b2.tar.gz
contrib-98f31047215a6951c1ff9fc61b41e1f1540768b2.tar.xz
ncmpcpp: fixed build against gcc 10
Diffstat (limited to 'ncmpcpp/Pkgfile')
-rw-r--r--ncmpcpp/Pkgfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/ncmpcpp/Pkgfile b/ncmpcpp/Pkgfile
index 5064ab2a5..b65833e6c 100644
--- a/ncmpcpp/Pkgfile
+++ b/ncmpcpp/Pkgfile
@@ -6,14 +6,16 @@
name=ncmpcpp
version=0.8.2
-release=2
-source=(https://github.com/arybczak/$name/archive/$version/$name-$version.tar.gz)
+release=3
+source=(https://github.com/arybczak/$name/archive/$version/$name-$version.tar.gz
+ gcc10.patch)
build() {
cd $name-$version
[[ -e /usr/lib/pkgconfig/fftw3.pc ]] && PKGMK_NCMPCPP+=' --with-fftw --enable-visualizer'
[[ -e /usr/lib/pkgconfig/taglib.pc ]] && PKGMK_NCMPCPP+=' --with-taglib'
+ patch -Np1 -i $SRC/gcc10.patch
./autogen.sh
./configure $PKGMK_NCMPCPP \
--prefix=/usr \

Generated by cgit