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

Evangelos Foutras foutrelis at archlinux.org
Tue Mar 27 23:56:24 UTC 2018


    Date: Tuesday, March 27, 2018 @ 23:56:23
  Author: foutrelis
Revision: 312991

Fix build with ICU 61

Modified:
  openttd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-27 23:52:01 UTC (rev 312990)
+++ PKGBUILD	2018-03-27 23:56:23 UTC (rev 312991)
@@ -17,6 +17,9 @@
 build() {
   cd ${pkgname}-${pkgver} 
 
+  # http://site.icu-project.org/download/61#TOC-Migration-Issues
+  CXXFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
  ./configure \
     --prefix-dir=/usr \
     --binary-name=${pkgname} \



More information about the arch-commits mailing list