mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
OpenRCT2: enforce 64-bit long double
This is a workaround for IBM long double not allowing for constant expressions.
This commit is contained in:
parent
be24bac5ac
commit
7ae570f65c
1 changed files with 7 additions and 0 deletions
|
@ -52,6 +52,13 @@ if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||||
broken="not yet implemented"
|
broken="not yet implemented"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
ppc*)
|
||||||
|
CFLAGS+=" -mlong-double-64"
|
||||||
|
CXXFLAGS+=" -mlong-double-64"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" OpenRCT2"
|
hostmakedepends+=" OpenRCT2"
|
||||||
# for icu mass-rebuild
|
# for icu mass-rebuild
|
||||||
|
|
Loading…
Add table
Reference in a new issue