| 7 | {{{ |
| 8 | $ diff -u /opt/universal/libexec/macports/lib/port1.0/portconfigure.tcl.orig /opt/universal/libexec/macports/lib/port1.0/portconfigure.tcl |
| 9 | --- /opt/universal/libexec/macports/lib/port1.0/portconfigure.tcl.orig 2019-09-21 16:25:24.000000000 -0700 |
| 10 | +++ /opt/universal/libexec/macports/lib/port1.0/portconfigure.tcl 2019-09-21 16:26:20.000000000 -0700 |
| 11 | @@ -1477,6 +1477,7 @@ |
| 12 | append_to_environment_value configure $env_var -isysroot${configure.sdkroot} |
| 13 | } |
| 14 | append_to_environment_value configure "LDFLAGS" -Wl,-syslibroot,${configure.sdkroot} |
| 15 | + append_to_environment_value configure "LDFLAGS" -Wl,-w |
| 16 | } |
| 17 | |
| 18 | # add extra flags that are conditional on whether we're building universal |
| 19 | }}} |
| 20 | I made a another version that works like the SDK change from upstream |