Ticket #21331: patch-x264-sl-universal.diff
File patch-x264-sl-universal.diff, 558 bytes (added by dbevans (David B. Evans), 15 years ago) |
---|
-
Portfile
45 45 46 46 # asm works with a 64-bit snow leopard build 47 47 48 if {"darwin" == ${os.platform} && 10 == ${os.major} && "x86_64" == $build_arch } {48 if {"darwin" == ${os.platform} && 10 == ${os.major} && "x86_64" == $build_arch && ![variant_isset universal]} { 49 49 depends_build-append port:yasm 50 50 configure.args-delete --disable-asm 51 51 configure.args-append --host=x86_64-apple-darwin10