games/openttd: Pass an additional flag for the newer icu4c.

Thanks to qunying on LQ

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2018-07-08 08:25:28 +02:00 committed by Robby Workman
parent 99326a7d83
commit cdc3722677
1 changed files with 1 additions and 1 deletions

View File

@ -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 \