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

Evangelos Foutras foutrelis at archlinux.org
Wed Mar 28 03:26:18 UTC 2018


    Date: Wednesday, March 28, 2018 @ 03:26:17
  Author: foutrelis
Revision: 313015

Fix build with ICU 61

Modified:
  kbibtex/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-28 03:21:12 UTC (rev 313014)
+++ PKGBUILD	2018-03-28 03:26:17 UTC (rev 313015)
@@ -26,6 +26,9 @@
 build() {
   cd build
 
+  # http://site.icu-project.org/download/61#TOC-Migration-Issues
+  CXXFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
   cmake ../$pkgname \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_LIBDIR=lib



More information about the arch-commits mailing list