diff options
| author | Don Onwunumah | 2012-05-01 02:29:16 +0200 |
|---|---|---|
| committer | Jack Nagel | 2012-05-03 18:10:42 -0500 |
| commit | 8ec39f4f0890d47a2cf064e480c9ecd647b795f9 (patch) | |
| tree | a2d3252f49b043c1ef5049dd929ed06c1592472a /Library | |
| parent | 8c76e64498442662bba5b1b4278798fa53402afa (diff) | |
| download | homebrew-8ec39f4f0890d47a2cf064e480c9ecd647b795f9.tar.bz2 | |
glib: disable dtrace
This was apparently lost in a recent update to the glib formula.
See https://trac.macports.org/ticket/30413
Closes #11977.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/glib.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/glib.rb b/Library/Formula/glib.rb index 03cd5b070..5f76e74e7 100644 --- a/Library/Formula/glib.rb +++ b/Library/Formula/glib.rb @@ -52,9 +52,11 @@ class Glib < Formula # -w is said to causes gcc to emit spurious errors for this package ENV.enable_warnings if ENV.compiler == :gcc + # Disable dtrace; see https://trac.macports.org/ticket/30413 args = %W[ --disable-maintainer-mode --disable-dependency-tracking + --disable-dtrace --prefix=#{prefix} ] |
