Ticket #64607: libtheora_patch_rosetta.diff
File libtheora_patch_rosetta.diff, 714 bytes (added by barracuda156, 3 years ago) |
---|
-
multimedia/libtheora/Portfile
old new 50 50 --disable-examples \ 51 51 --disable-oggtest \ 52 52 --disable-vorbistest 53 54 if {${os.major} == 10 && ${build_arch} eq "ppc"} { 55 configure.args-append --build=powerpc-apple-darwin10 \ 56 --host=powerpc-apple-darwin10 57 } 53 58 54 59 # configure and Makefile.in files were generated with ancient autotools 55 60 # versions (autoconf 2.63, automake 1.6.3, libtool 2.2.6). We need fixes