aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2012-05-17 11:34:59 +0100
committerMike McQuaid2012-05-17 11:35:24 +0100
commit9e72602bd0d31066bb3d7628566dda5316613e69 (patch)
tree3f9e722e11aab1501668530388788d99b18d5760 /Library
parent21635a39c02e549805183f9517330b3085702b0f (diff)
downloadhomebrew-9e72602bd0d31066bb3d7628566dda5316613e69.tar.bz2
QEMU depends on glib and fails with Clang.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/qemu.rb5
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