public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/SDL_mng] rawhide: Fix F45FTBFS
Date: Mon, 03 Aug 2026 02:07:04 GMT	[thread overview]
Message-ID: <178572282408.1.800168563426479606.rpms-SDL_mng-f45657c3fc2f@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/SDL_mng
Branch : rawhide
Commit : f45657c3fc2f62bd1ec3eab2f91d40628d8a2360
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date   : 2026-08-02T23:06:49-03:00
Stats  : +5/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/SDL_mng/c/f45657c3fc2f62bd1ec3eab2f91d40628d8a2360?branch=rawhide

Log:
Fix F45FTBFS

---
diff --git a/SDL_mng.spec b/SDL_mng.spec
index e728f4f..b191df4 100644
--- a/SDL_mng.spec
+++ b/SDL_mng.spec
@@ -30,8 +30,12 @@ developing applications that use %{name}.
 %setup -q
 
 %build
+export CMAKE_POLICY_VERSION_MINIMUM=3.5
 export CXXFLAGS="%{optflags} -Wl,--as-needed"
-%cmake
+%cmake \
+%if "%{?_lib}" == "lib64"
+  %{?_cmake_lib_suffix64}
+%endif
 %cmake_build
 
 %install

                 reply	other threads:[~2026-08-03  2:07 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=178572282408.1.800168563426479606.rpms-SDL_mng-f45657c3fc2f@fedoraproject.org \
    --to=rosset.filipe@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