mingw-headers/mingw-headers-no-widl.patch
DistroBaker 53b9946844 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/mingw-headers.git#cb1eb89274edaf366ea861e9bd9641e667487dde
2021-01-19 23:49:25 +00:00

25 lines
1.1 KiB
Diff

diff -rupN --no-dereference mingw-w64-v8.0.0/mingw-w64-headers/configure mingw-w64-v8.0.0-new/mingw-w64-headers/configure
--- mingw-w64-v8.0.0/mingw-w64-headers/configure 2020-09-17 04:20:15.000000000 +0200
+++ mingw-w64-v8.0.0-new/mingw-w64-headers/configure 2021-01-15 23:48:58.786920822 +0100
@@ -2572,7 +2572,7 @@ fi
$as_echo "$with_widl" >&6; }
if test "x$with_widl" = xno; then :
-
+ unset WIDL
else
if test "x$srcdir" = x.; then :
diff -rupN --no-dereference mingw-w64-v8.0.0/mingw-w64-headers/configure.ac mingw-w64-v8.0.0-new/mingw-w64-headers/configure.ac
--- mingw-w64-v8.0.0/mingw-w64-headers/configure.ac 2020-09-17 04:20:15.000000000 +0200
+++ mingw-w64-v8.0.0-new/mingw-w64-headers/configure.ac 2021-01-15 23:48:58.786920822 +0100
@@ -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])