Skip to content

Commit

Permalink
kvazaar: blacklist old gcc, fix build on < 10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 authored Jan 28, 2024
1 parent 2e4a053 commit 6695405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multimedia/kvazaar/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ checksums rmd160 ab6d61bd28cb7f2bce35229f0688ecbc4889f51d \

# implicit declaration of function '_tzcnt_u32' is invalid in C99
# uses newer intrinsic functions
compiler.blacklist {clang < 700}
compiler.blacklist {clang < 700} {*gcc-[34].*}

0 comments on commit 6695405

Please sign in to comment.