aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMykhailo Kotsur2011-09-13 10:24:51 +0200
committerCharlie Sharpsteen2011-09-13 09:51:17 -0700
commitc7125d3d4206c3eff03d5b477ea36ff583ad5cd2 (patch)
treeac5d1649e272100f59fcdb4153287b5cdd215c1b /Library
parent96a858c4ba6f46f43d07cd4cc6689da989e6b655 (diff)
downloadhomebrew-c7125d3d4206c3eff03d5b477ea36ff583ad5cd2.tar.bz2
Glib: Configure without dtrace
Fixes build failures on Lion. See this MacPorts ticket for more info: https://trac.macports.org/ticket/30413 Fixes #7604. Closes #7606. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/glib.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/glib.rb b/Library/Formula/glib.rb
index 640b5b110..47528dfd0 100644
--- a/Library/Formula/glib.rb
+++ b/Library/Formula/glib.rb
@@ -46,7 +46,8 @@ class Glib < Formula
args = ["--disable-dependency-tracking", "--disable-rebuilds",
"--prefix=#{prefix}",
- "--with-libiconv=gnu"]
+ "--with-libiconv=gnu",
+ "--disable-dtrace"]
args << "--disable-debug" unless build_tests?