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

Evangelos Foutras foutrelis at archlinux.org
Tue Mar 27 22:54:06 UTC 2018


    Date: Tuesday, March 27, 2018 @ 22:54:05
  Author: foutrelis
Revision: 312978

Fix build with ICU 61

Modified:
  widelands/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-27 22:42:48 UTC (rev 312977)
+++ PKGBUILD	2018-03-27 22:54:05 UTC (rev 312978)
@@ -33,6 +33,9 @@
 
     mkdir -p build/compile && cd build/compile
 
+    # http://site.icu-project.org/download/61#TOC-Migration-Issues
+    CXXFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
     cmake ../.. \
         -DCMAKE_BUILD_TYPE=Release \
         -DCMAKE_INSTALL_PREFIX=/usr \



More information about the arch-commits mailing list