Ticket #21331: patch-x264-sl-universal.diff

File patch-x264-sl-universal.diff, 558 bytes (added by dbevans (David B. Evans), 15 years ago)

Proposed patch for Portfile

  • Portfile

     
    4545
    4646# asm works with a 64-bit snow leopard build
    4747
    48 if {"darwin" == ${os.platform} && 10 == ${os.major} && "x86_64" == $build_arch} {
     48if {"darwin" == ${os.platform} && 10 == ${os.major} && "x86_64" == $build_arch && ![variant_isset universal]} {
    4949        depends_build-append    port:yasm
    5050        configure.args-delete   --disable-asm
    5151        configure.args-append   --host=x86_64-apple-darwin10