From 1edb3f1ca495b68f3614613150e6c9ed9c8a4d2f Mon Sep 17 00:00:00 2001 From: Krzysztof Mrozowicz Date: Tue, 28 Nov 2023 09:54:59 +0000 Subject: [PATCH 1/1] - trying to fix building on x32 --- supertuxkart.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supertuxkart.spec b/supertuxkart.spec index 66cfbd5..9a1d048 100644 --- a/supertuxkart.spec +++ b/supertuxkart.spec @@ -68,7 +68,7 @@ cd build cmake .. \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DCMAKE_C_FLAGS="%{optflags} -fno-strict-aliasing" \ - -DCMAKE_CXX_FLAGS="%{optflags} -fno-strict-aliasing" \ + -DCMAKE_CXX_FLAGS="%{optflags} -fno-strict-aliasing -DAS_MAX_PORTABILITY" \ -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \ -DBUILD_RECORDER=0 \ -DUSE_SYSTEM_WIIUSE:BOOL=ON \ -- 2.44.0