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

Evangelos Foutras foutrelis at archlinux.org
Tue Mar 27 21:53:38 UTC 2018


    Date: Tuesday, March 27, 2018 @ 21:53:33
  Author: foutrelis
Revision: 312955

Fix build with ICU 61

Modified:
  ncmpcpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-27 21:44:50 UTC (rev 312954)
+++ PKGBUILD	2018-03-27 21:53:33 UTC (rev 312955)
@@ -18,6 +18,10 @@
 
 build() {
   cd ${pkgname}-${pkgver}
+
+  # http://site.icu-project.org/download/61#TOC-Migration-Issues
+  CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
   BOOST_LIB_SUFFIX='' ./configure \
     --prefix=/usr \
     --enable-clock \



More information about the arch-commits mailing list