51 | | |
| 51 | diff -u /opt/universal/libexec/macports/lib/port1.0/portconfigure.tcl.orig /opt/universal/libexec/macports/lib/port1.0/portconfigure.tcl |
| 52 | --- /opt/universal/libexec/macports/lib/port1.0/portconfigure.tcl.orig 2019-09-21 16:25:24.000000000 -0700 |
| 53 | +++ /opt/universal/libexec/macports/lib/port1.0/portconfigure.tcl 2019-09-21 16:26:20.000000000 -0700 |
| 54 | @@ -1477,6 +1477,7 @@ |
| 55 | append_to_environment_value configure $env_var -isysroot${configure.sdkroot} |
| 56 | } |
| 57 | append_to_environment_value configure "LDFLAGS" -Wl,-syslibroot,${configure.sdkroot} |
| 58 | + append_to_environment_value configure "LDFLAGS" -Wl,-w |
| 59 | } |
| 60 | |
| 61 | # add extra flags that are conditional on whether we're building universal |