From 8ec39f4f0890d47a2cf064e480c9ecd647b795f9 Mon Sep 17 00:00:00 2001 From: Don Onwunumah Date: Tue, 1 May 2012 02:29:16 +0200 Subject: 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 --- Library/Formula/glib.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula') 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} ] -- cgit v1.2.3