public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mlt] epel9-next: Drop inclusion of xlocale.h
@ 2026-07-20 18:17
0 siblings, 0 replies; only message in thread
From: @ 2026-07-20 18:17 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/mlt
Branch : epel9-next
Commit : 7ec11616fd9f88c0e1d6f44ec88a4c435e36044f
Author : Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Date : 2017-08-11T23:54:53-04:00
Stats : +3/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/mlt/c/7ec11616fd9f88c0e1d6f44ec88a4c435e36044f?branch=epel9-next
Log:
Drop inclusion of xlocale.h
---
diff --git a/mlt.spec b/mlt.spec
index 2e74c1c..56a12c8 100644
--- a/mlt.spec
+++ b/mlt.spec
@@ -119,6 +119,9 @@ rm -r src/win32/
%if 0%{?fedora} >= 25
sed -i 's|-php5|-php7|g' src/swig/php/build
sed -i 's|mlt_wrap.cpp|mlt_wrap.cxx|g' src/swig/php/build
+
+# xlocale.h is gone in F26
+sed -r -i 's/#include <xlocale.h>/#include <locale.h>/' src/framework/mlt_property.h
%endif
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 18:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 18:17 [rpms/mlt] epel9-next: Drop inclusion of xlocale.h
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox