diff options
author | Thibault Payet <monwarez@mailoo.org> | 2025-05-25 12:08:42 +0200 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2025-06-15 09:07:14 +0000 |
commit | 0dfa4d1ec4d3e6b3958e2c33304ddde75a881a9d (patch) | |
tree | eec4178f7cb9be1233bd5dfec00f844326af295f /emulators/wine-devel/files | |
parent | www/ikiwiki: use the default image magick, we don't care about x11 or not (diff) |
emulators/wine-devel: Update to 10.8
This includes the following changes (including those from 10.7):
- User fault fd support to improve write watches performance.
- Support for Float format conversions in WindowsCodecs.
- More work on the new PDB backend.
- User handles in shared memory for better performance.
- Improvements to TIFF image support.
- Various bug fixes.
Drop files/patch-configure since upstream now properly detects the
platform.
Take maintainership.
PR: 287067
Diffstat (limited to 'emulators/wine-devel/files')
-rw-r--r-- | emulators/wine-devel/files/patch-configure | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/emulators/wine-devel/files/patch-configure b/emulators/wine-devel/files/patch-configure deleted file mode 100644 index 1b505cb0fd84..000000000000 --- a/emulators/wine-devel/files/patch-configure +++ /dev/null @@ -1,12 +0,0 @@ ---- 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 |