QEMU depends on glib and fails with Clang.
This commit is contained in:
parent
9811dd618f
commit
90ff253787
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ class Qemu < Formula
|
|||
|
||||
depends_on 'jpeg'
|
||||
depends_on 'gnutls'
|
||||
depends_on 'glib'
|
||||
|
||||
fails_with :clang do
|
||||
build 318
|
||||
end
|
||||
|
||||
# Borrow these patches from MacPorts
|
||||
def patches
|
||||
|
|
Loading…
Reference in a new issue