[arch-commits] Commit in ncmpcpp/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Apr 15 21:39:17 UTC 2021


    Date: Thursday, April 15, 2021 @ 21:39:17
  Author: foutrelis
Revision: 919224

Work around deprecated TagLib::String::null

Modified:
  ncmpcpp/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +++
 1 file changed, 3 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-15 21:32:24 UTC (rev 919223)
+++ PKGBUILD	2021-04-15 21:39:17 UTC (rev 919224)
@@ -35,6 +35,9 @@
   # 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 \



More information about the arch-commits mailing list