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] f43: Fix build on i686
Date: Fri, 12 Jun 2026 10:33:49 GMT	[thread overview]
Message-ID: <178126042918.1.306375273441641930.rpms-kwin-3a5be920ad5e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/kwin
Branch : f43
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=f43

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-12 10:33 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=178126042918.1.306375273441641930.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