Date: Wednesday, March 28, 2018 @ 01:15:10
  Author: foutrelis
Revision: 320471

Fix build with ICU 61

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-03-28 01:11:28 UTC (rev 320470)
+++ PKGBUILD    2018-03-28 01:15:10 UTC (rev 320471)
@@ -137,7 +137,10 @@
 
        # strip -s from Makeflags in case you use it to shorten build logs
        _MAKEFLAGS=${MAKEFLAGS/-s/}
-       
+
+       # http://site.icu-project.org/download/61#TOC-Migration-Issues
+       CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
        ./autogen.sh --with-build-version="${pkgver}-${pkgrel}" \
                --with-vendor="Arch Linux" \
                --enable-split-app-modules \

Reply via email to