Re: [Mingw-w64-public] [PATCH] widl: Fix building on FreebSD

2022-05-02 Thread Martin Storsjö
On Sun, 1 May 2022, LIU Hao wrote: 在 2022-05-01 03:50, Martin Storsjö 写道: Since 6d67748154df21da9e343feb9d58e28c1ba0a63b in wine (wine-6.20-29-g6d67748154d, Oct 25, 2021), imported to mingw-w64 in 826215b4e0b54fe459bce203024fe50ec883cad8, widl requires sys/sysctl.h on FreeBSD. Wine does have a

Re: [Mingw-w64-public] [PATCH] widl: Fix building on FreebSD

2022-04-30 Thread LIU Hao
在 2022-05-01 03:50, Martin Storsjö 写道: Since 6d67748154df21da9e343feb9d58e28c1ba0a63b in wine (wine-6.20-29-g6d67748154d, Oct 25, 2021), imported to mingw-w64 in 826215b4e0b54fe459bce203024fe50ec883cad8, widl requires sys/sysctl.h on FreeBSD. Wine does have a configure check for this header, but

[Mingw-w64-public] [PATCH] widl: Fix building on FreebSD

2022-04-30 Thread Martin Storsjö
Since 6d67748154df21da9e343feb9d58e28c1ba0a63b in wine (wine-6.20-29-g6d67748154d, Oct 25, 2021), imported to mingw-w64 in 826215b4e0b54fe459bce203024fe50ec883cad8, widl requires sys/sysctl.h on FreeBSD. Wine does have a configure check for this header, but the mingw-w64-tools wrapping didn't. Add