apng2gif: depend on gcc for <= 10.10
since the bottles are actually linked to gcc. Closes #16276. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
92891d676a
commit
11daf5f630
1 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,10 @@ class Apng2gif < Formula
|
||||||
|
|
||||||
depends_on "libpng"
|
depends_on "libpng"
|
||||||
|
|
||||||
fails_with :clang if MacOS.version <= :yosemite
|
if MacOS.version <= :yosemite
|
||||||
|
depends_on "gcc"
|
||||||
|
fails_with :clang
|
||||||
|
end
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "make"
|
system "make"
|
||||||
|
|
Loading…
Reference in a new issue