forked from Lainports/freebsd-ports
Wine 9 has been released some weeks ago and it's time to upgrade the main emulators/wine port. However, there may be some regressions (in particular around WoW64), so create emulators/wine8 as a clone of the state before the version upgrade as a fallback. [1] Since it is rarely, if ever, used, in particular in this context, remove the MONO option. Discussed with: Lexi Winter <lexi@le-fay.org> [1]
12 lines
609 B
Text
12 lines
609 B
Text
--- UTC
|
|
--- configure.orig 2023-02-02 21:17:09.000000000 +0000
|
|
+++ configure 2023-05-01 21:19:03.739461000 +0000
|
|
@@ -10696,7 +10696,7 @@
|
|
fi
|
|
llvm_extra_cflags="-target $llvm_target -fuse-ld=lld"
|
|
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" | $as_tr_sh`
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $llvm_extra_cflags $llvm_cflags" >&5
|