ports/emulators/wine/files/patch-configure
Gerald Pfeifer f1a878b718 emulators/wine: Update to Wine 10.0
Move from the Wine 9.0 release series to Wine 10.0 after another year
of upstream development and over 6000 individual changes.

Main highlights include high-DPI scaling support and the new ARM64EC
architecture (which we don't enabled yet).

Other changes include:

 - A new Desktop Control Panel applet "desk.cpl" to inspect and
   modify the display configuration.
 - Display settings are restored to the default if a process crashes
   without restoring them properly.
 - D3DX 9 supports many more bump-map and palettized formats, saving
   palettized surfaces to DDS files, mipmap generation when loading
   volume texture files, and reading 48-bit and 64-bit PNG files.
 - Touchscreen input and events are supported with the X11 backend.
 - Locale data is generated from the Unicode CLDR database version 46.
   The kaa-UZ, lld-IT, ltg-LV, and mhn-IT locales are supported.
 - Improvements to JavaScript, MSHTML, and builtin applications.
 - And many more

The Capstone library 5.0.3 is now bundled. Vkd3d (1.14),
Faudio (24.10), FluidSynth (2.4.0), LDAP (2.5.18), LCMS2 (2.16),
LibJpeg (9f), LibMPG123 (1.32.9), LibPng (1.6.44), LibTiff (4.7.0),
LibXml2 (2.12.8), LibXslt (1.1.42) and Zlib (1.3.1) have been updated.

Extensive release notes are at https://www.winehq.org/announce/10.0 .

files/patch-configure and files/patch-dlls_ntdll_unix_loader.c needed
some refresh; files/patch-include_wine_asm.h was addressed upstream
and can be dropped.

Finally, we now build with the new option --without-odbc.
2025-02-07 20:26:54 +00:00

12 lines
601 B
Text

--- UTC
--- configure.orig 2024-08-10 14:38:54.000000000 +0000
+++ configure 2024-08-10 23:43:05.264405000 +0000
@@ -10662,7 +10662,7 @@
llvm_extra_ldflags=""
llvm_cflags=""
case $llvm_target in
- *windows) llvm_cflags="-Wl,-subsystem:console -Wl,-WX" ;;
+ *windows) llvm_cflags="-Wl,-subsystem:console" ;;
esac
{ as_ac_var=`printf "%s\n" "ac_cv_${wine_arch}_cflags_$llvm_extra_cflags $llvm_cflags --no-default-config" | $as_tr_sh`
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $llvm_extra_cflags $llvm_cflags --no-default-config" >&5