aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/glib.rb2
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}
]