Ticket #14509: patch

File patch, 698 bytes (added by richard@…, 16 years ago)

Portfile patch updating svn.tag and using --disable-mmx on x86

  • Portfile

     
    44
    55name            ffmpeg
    66version         0.4.9-pre1
    7 revision        5
     7revision        6
    88categories      multimedia
    99maintainers     acho@macports.org openmaintainer
    1010description     Digital VCR and streaming server
     
    3636
    3737fetch.type     svn
    3838svn.url        svn://svn.mplayerhq.hu/ffmpeg/trunk
    39 svn.tag        11532
     39svn.tag        12276
    4040worksrcdir     trunk
    4141depends_build  bin:svn:subversion
    4242
     
    5454        }
    5555}
    5656
    57 platform darwin 9 {
    58         # Fix Leopard problems by disabling assembly for now; see #13019.
     57platform darwin i386 {
     58        # Fix x86 problems by disabling assembly for now; see #13019 & 14509.
    5959        configure.args-append --disable-mmx
    6060}