Ticket #36041: Portfile-ppc-universal-altivec.patch

File Portfile-ppc-universal-altivec.patch, 453 bytes (added by potmj (Michael Pot), 12 years ago)

-Xarch control for 10.5.8 Intel universal builds to support AltiVec

  • ../../graphics/gimp2/Portfile

    old new  
    6161    }
    6262}
    6363
     64# Try and target ppc AltiVec support here in a way that works for universal binaries on 10.5.8 compiled on Intel
     65configure.cflags-append   -Xarch_ppc -faltivec
     66configure.cxxflags-append -Xarch_ppc -faltivec
     67
    6468compiler.blacklist-append {gcc-4.2 >= 5646}
    6569
    6670pre-configure {