Ticket #58260: Portfile-gcc6.diff
File Portfile-gcc6.diff, 475 bytes (added by jmon12, 5 years ago) |
---|
-
Portfile
old new 53 53 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81797 54 54 patchfiles-append notparallel-install-headers.patch 55 55 56 if {[vercmp ${ xcodeversion} 10.2] >= 0} {56 if {[vercmp ${configure.sdk_version} 10.14] >= 0} { 57 57 # https://trac.macports.org/ticket/58260 58 58 # Patch for Xcode bug, taken from 59 59 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89864#c43