diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2018-07-08 08:25:28 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:50:39 -0500 |
commit | cdc37226778fdc8cc7b73583734d5262fb9a9c3e (patch) | |
tree | 3f1a45f5d254e98f78e34d28ae1d3c7f98cd45b5 /games/openttd | |
parent | 99326a7d8358c7dd77e4234f49ef29873c3378d6 (diff) | |
download | slackbuilds-cdc37226778fdc8cc7b73583734d5262fb9a9c3e.tar.gz |
games/openttd: Pass an additional flag for the newer icu4c.
Thanks to qunying on LQ
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/openttd')
-rw-r--r-- | games/openttd/openttd.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/openttd/openttd.SlackBuild b/games/openttd/openttd.SlackBuild index 5e9956d310..4a15f32f59 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 \ |