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

Evangelos Foutras foutrelis at archlinux.org
Tue Mar 27 22:42:49 UTC 2018


    Date: Tuesday, March 27, 2018 @ 22:42:48
  Author: foutrelis
Revision: 312977

Fix build with ICU 61

Modified:
  aegisub/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-27 22:24:06 UTC (rev 312976)
+++ PKGBUILD	2018-03-27 22:42:48 UTC (rev 312977)
@@ -30,6 +30,9 @@
 build() {
   cd aegisub-${pkgver}
 
+  # http://site.icu-project.org/download/61#TOC-Migration-Issues
+  CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
   ./configure \
     --prefix='/usr' \
     --with-wx-config='/usr/bin/wx-config-gtk3' \



More information about the arch-commits mailing list