Changes between Version 6 and Version 7 of Ticket #56991, comment 88


Ignore:
Timestamp:
Oct 1, 2019, 11:44:51 PM (5 years ago)
Author:
Gcenx
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56991, comment 88

    v6 v7  
    4949     # Debug that.
    5050     ui_debug "Environment: [environment_array_to_string ${varprefix}.env_array]"
    51 
     51diff -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
    5262}}}
    5363