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:
parent
99326a7d83
commit
cdc3722677
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue