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

qboosh qboosh at pld-linux.org
Wed Mar 1 19:54:41 CET 2023


commit 3bef2c00da69b200a9afccea5a4a4977301f067d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Mar 1 19:56:36 2023 +0100

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

 xorg-data-xbitmaps.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xorg-data-xbitmaps.spec b/xorg-data-xbitmaps.spec
index ff5c800..e7f7d24 100644
--- a/xorg-data-xbitmaps.spec
+++ b/xorg-data-xbitmaps.spec
@@ -34,7 +34,7 @@ Bitmapy współdzielone między aplikacjami X.
 %{__autoheader}
 %{__automake}
 %configure \
-%ifnarch x32
+%if "%{_host_cpu}" != "x32"
 	--host=%{_host} \
 	--build=%{_host} \
 %endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-data-xbitmaps.git/commitdiff/3bef2c00da69b200a9afccea5a4a4977301f067d



More information about the pld-cvs-commit mailing list