QEMU depends on glib and fails with Clang.

This commit is contained in:
Mike McQuaid 2012-05-17 11:34:59 +01:00
parent 9811dd618f
commit 90ff253787

View file

@ -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