Ticket #52200: Portfile.diff

File Portfile.diff, 603 bytes (added by howarth.at.macports@…, 8 years ago)

fix for xcrun deprecation in Xcode 8

  • Portfile

    old new  
    10261026                    "s|__MACPORTS_DEPLOYMENT_TARGET__|${macosx_deployment_target}|g" \
    10271027                    ${worksrcpath}/mkspecs/${spec}/qmake.conf
    10281028            }
     1029           # Xcode 8 deprecates xcrun in favor of system copy
     1030           reinplace \
     1031                    "s|find xcrun|find /usr/bin/xcrun|g" \
     1032                    ${worksrcpath}/configure ${worksrcpath}/mkspecs/features/mac/default_pre.prf
    10291033        }
    10301034
    10311035        # return modified spec files to the default values