[packages/xorg-data-xcursor-themes] - fixed x32 condition (arch is noarch, need to check _host_cpu)

qboosh qboosh at pld-linux.org
Wed Mar 1 19:56:20 CET 2023


commit d3924806bc153aa18a0ab9e9b5e5decb54771467
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Mar 1 19:58:15 2023 +0100

    - fixed x32 condition (arch is noarch, need to check _host_cpu)

 xorg-data-xcursor-themes.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xorg-data-xcursor-themes.spec b/xorg-data-xcursor-themes.spec
index ffe4b95..a2175a3 100644
--- a/xorg-data-xcursor-themes.spec
+++ b/xorg-data-xcursor-themes.spec
@@ -74,7 +74,7 @@ Motyw kursorów "whiteglass" dla X11.
 %{__autoconf}
 %{__automake}
 %configure \
-%ifnarch x32
+%if "%{_host_cpu}" != "x32"
 	--host=%{_host} \
 	--build=%{_host}
 %endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-data-xcursor-themes.git/commitdiff/d3924806bc153aa18a0ab9e9b5e5decb54771467



More information about the pld-cvs-commit mailing list