From cdc37226778fdc8cc7b73583734d5262fb9a9c3e Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sun, 8 Jul 2018 08:25:28 +0200 Subject: games/openttd: Pass an additional flag for the newer icu4c. Thanks to qunying on LQ Signed-off-by: Matteo Bernardini --- games/openttd/openttd.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/openttd/openttd.SlackBuild b/games/openttd/openttd.SlackBuild index 5e9956d3108e6..4a15f32f591f2 100644 --- a/games/openttd/openttd.SlackBuild +++ b/games/openttd/openttd.SlackBuild @@ -89,7 +89,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS -DU_USING_ICU_NAMESPACE=1" \ ./configure \ --prefix-dir=/usr \ --binary-dir=/games \ -- cgit v1.2.3