mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/ncmpcpp to 0.9.2-2
This commit is contained in:
parent
123756cf54
commit
aca7750fb6
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
pkgname=ncmpcpp
|
||||
pkgver=0.9.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Almost exact clone of ncmpc with some new features'
|
||||
url='https://ncmpcpp.rybczak.net/'
|
||||
arch=('x86_64')
|
||||
|
@ -40,6 +40,9 @@ build() {
|
|||
# http://site.icu-project.org/download/61#TOC-Migration-Issues
|
||||
export CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
|
||||
|
||||
# Work around deprecated TagLib::String::null from TagLib 1.12
|
||||
CXXFLAGS+=' -Wno-error=deprecated-declarations'
|
||||
|
||||
BOOST_LIB_SUFFIX='' ./configure \
|
||||
--prefix=/usr \
|
||||
--enable-clock \
|
||||
|
|
Loading…
Reference in a new issue