Ticket #64607: libtheora_patch_rosetta.diff

File libtheora_patch_rosetta.diff, 714 bytes (added by barracuda156, 2 years ago)
  • multimedia/libtheora/Portfile

    old new  
    5050                --disable-examples \
    5151                --disable-oggtest \
    5252                --disable-vorbistest
     53               
     54if {${os.major} == 10 && ${build_arch} eq "ppc"} {
     55configure.args-append --build=powerpc-apple-darwin10 \
     56                      --host=powerpc-apple-darwin10
     57   }
    5358
    5459# configure and Makefile.in files were generated with ancient autotools
    5560# versions (autoconf 2.63, automake 1.6.3, libtool 2.2.6). We need fixes