mingw-headers/mingw-headers-no-widl.patch
Miroslav Rezanina 0e1acb8160 Synchronize with Fedora Rawhide (For RHEL 10.0)
last_sync: 0b5ec6cd6c318d63d79cd5745fba5df739a3c6c9
resolves: RHEL-73822
side-tag: c10s-build-side-3716-stack-gate
2025-01-14 08:55:14 +01:00

25 lines
1.1 KiB
Diff

diff -rupN mingw-w64-v12.0.0/mingw-w64-headers/configure mingw-w64-v12.0.0-new/mingw-w64-headers/configure
--- mingw-w64-v12.0.0/mingw-w64-headers/configure 2024-05-22 09:07:14.000000000 +0200
+++ mingw-w64-v12.0.0-new/mingw-w64-headers/configure 2024-07-16 11:38:30.243909103 +0200
@@ -2756,7 +2756,7 @@ printf "%s\n" "$with_widl" >&6; }
if test "x$with_widl" = xno
then :
-
+unset WIDL
else case e in #(
e)
if test "x$srcdir" = x.
diff -rupN mingw-w64-v12.0.0/mingw-w64-headers/configure.ac mingw-w64-v12.0.0-new/mingw-w64-headers/configure.ac
--- mingw-w64-v12.0.0/mingw-w64-headers/configure.ac 2024-05-22 09:07:14.000000000 +0200
+++ mingw-w64-v12.0.0-new/mingw-w64-headers/configure.ac 2024-07-16 11:35:58.632319451 +0200
@@ -27,7 +27,7 @@ AC_ARG_WITH([widl],
[AS_VAR_SET([with_widl],[no])])
AC_MSG_RESULT([$with_widl])
-AS_VAR_IF([with_widl],[no],[],[
+AS_VAR_IF([with_widl],[no],[unset WIDL],[
AS_VAR_IF([srcdir],[.],[],
[AC_MSG_WARN([--with-widl used in out of the tree compilation. Existing generated files will not be modified.])])
AC_PATH_PROGS([WIDL], [$host-widl widl], [], [$with_widl])