glib: disable dtrace

This was apparently lost in a recent update to the glib formula.

See https://trac.macports.org/ticket/30413

Closes Homebrew/homebrew#11977.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Don Onwunumah 2012-05-01 02:29:16 +02:00 committed by Jack Nagel
parent a33127cf09
commit b2426b2037
1 changed files with 2 additions and 0 deletions

View File

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