public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Steve Cossette <farchord@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/kwin] f44: Fix build on i686
Date: Thu, 11 Jun 2026 22:02:37 GMT [thread overview]
Message-ID: <178121535791.1.5571894931460170217.rpms-kwin-3a5be920ad5e@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/kwin
Branch : f44
Commit : 3a5be920ad5ef95979604e5081c40d07d9a1ef91
Author : Steve Cossette <farchord@gmail.com>
Date : 2026-05-24T21:50:39-04:00
Stats : +7/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/kwin/c/3a5be920ad5ef95979604e5081c40d07d9a1ef91?branch=f44
Log:
Fix build on i686
---
diff --git a/kwin.spec b/kwin.spec
index d1d78f2..2c305a5 100644
--- a/kwin.spec
+++ b/kwin.spec
@@ -205,8 +205,14 @@ BuildArch: noarch
%autosetup -p1
-%build
+%conf
+%if "%{__isa_bits}" == "32"
+# No spaceship operator support on 32-bit arches
+%define _pkg_extra_cxxflags -DVULKAN_HPP_NO_SPACESHIP_OPERATOR
+%endif
%cmake_kf6
+
+%build
%cmake_build
%install
reply other threads:[~2026-06-11 22:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178121535791.1.5571894931460170217.rpms-kwin-3a5be920ad5e@fedoraproject.org \
--to=farchord@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox