diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/qemu.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/qemu.rb b/Library/Formula/qemu.rb index 72cebd7c7..96b59d792 100644 --- a/Library/Formula/qemu.rb +++ b/Library/Formula/qemu.rb @@ -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 |
