Skip to content

Commit

Permalink
libvpx: use base support
Browse files Browse the repository at this point in the history
Fixes breakage caused by removal of function in
macports@9e40a5a

Fixes https://trac.macports.org/ticket/59226
  • Loading branch information
amake committed Oct 10, 2019
1 parent 256aa50 commit 0935a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multimedia/libvpx/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ destroot.args verbose=1
if {[string match {macports-clang-3.[5-9]} ${configure.compiler}] ||
[string match {macports-clang-[4-9].*} ${configure.compiler}] ||
[string match {macports-clang-[1-9][0-9].*} ${configure.compiler}] ||
(${configure.compiler} eq "clang" && [compiler_blacklist_versions._get_compiler_version ${configure.compiler}] > 602)} {
(${configure.compiler} eq "clang" && [compiler.command_line_tools_version ${configure.compiler}] > 602)} {
build.args-append CFLAGS_S=-fno-integrated-as
}

Expand Down

0 comments on commit 0935a22

Please sign in to comment.