public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/SDL_mng] rawhide: Fix F45FTBFS
@ 2026-08-03  2:07 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-03  2:07 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-03  2:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03  2:07 [rpms/SDL_mng] rawhide: Fix F45FTBFS Filipe Rosset

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox