mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 02:56:39 -04:00
This includes the following changes: - Prototype and constructor objects in MSHTML. - More support for ODBC Windows drivers (which we haven't enabled). - Various bug fixes. files/patch-include_wine_asm.h has made it upstream in slightly different form, so remove it. My patch files/patch-nsiproxy.sys-buildfix has made it upstream, so remove it. And files/patch-configure requires updating due to changed patch context (alas no change to the patch itself).
12 lines
601 B
Text
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
|