Ticket #28935: ffmpeg-Portfile.diff
File ffmpeg-Portfile.diff, 898 bytes (added by daitakahashi, 14 years ago) |
---|
-
Portfile
old new 3 3 4 4 PortSystem 1.0 5 5 PortGroup xcodeversion 1.0 6 PortGroup muniversal 1.0 6 7 7 8 name ffmpeg 8 9 conflicts ffmpeg-devel … … 119 120 120 121 #add --enable-libopenjpeg when problems with openjpeg.h are resolved 121 122 122 if {$build_arch != ""} {123 configure.args-append --arch=${build_arch}124 }125 126 123 test.run yes 127 124 128 125 # 129 126 # configure isn't autoconf and they do use a dep cache 130 127 # 131 128 132 universal_variant no 129 if { [variant_isset universal] } { 130 configure.universal_args-delete --disable-dependency-tracking 131 132 foreach arch ${universal_archs_supported} { 133 lappend merger_configure_args($arch) --arch=${arch} 134 } 135 } else { 136 configure.args-append --arch=${configure.build_arch} 137 } 133 138 134 139 post-destroot { 135 140 file mkdir ${destroot}${prefix}/share/doc/${name}