[packages/supertuxkart] - trying to fix building on x32

mrozowik mrozowik at pld-linux.org
Tue Nov 28 11:59:08 CET 2023


commit 1edb3f1ca495b68f3614613150e6c9ed9c8a4d2f
Author: Krzysztof Mrozowicz <mrozowik at pld-linux.org>
Date:   Tue Nov 28 09:54:59 2023 +0000

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

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/supertuxkart.git/commitdiff/1edb3f1ca495b68f3614613150e6c9ed9c8a4d2f



More information about the pld-cvs-commit mailing list