commit 3ce010d1f1ebc10ea268bfaff7190ec4003d70b9
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Fri May 17 18:34:09 2024 +0200
avoid "warning: Macro expanded in comment on line 30: %{ix86}"
Signed-off-by: Thorsten Leemhuis <linux(a)leemhuis.info>
mesa-freeworld.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index 65a4523..f07c0ed 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -19,7 +19,7 @@ algorithms and decoding only VC1 algorithm.
#%%global base_vulkan ,amd
%endif
-#%%ifnarch %{ix86}
+#%%ifnarch %%{ix86}
%if !0%{?rhel}
%global with_teflon 0
%endif