From 0b9247d6bee41da060fd03ddcfc8a5766a24981a Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 10 Apr 2012 22:52:15 -0500 Subject: glib: fails with clang cf. #11575, #10653. Signed-off-by: Jack Nagel --- Library/Formula/glib.rb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Library/Formula/glib.rb b/Library/Formula/glib.rb index 49e526307..a237345ef 100644 --- a/Library/Formula/glib.rb +++ b/Library/Formula/glib.rb @@ -16,6 +16,14 @@ class Glib < Formula cause "Undefined symbol errors while linking" end + fails_with :clang do + build 318 + cause <<-EOS.undent + Software that links against a clang-built glib experiences runtime errors: + GLib-ERROR (recursed) **: The thread system is not yet initialized. + EOS + end + def patches { :p0 => %W[ https://trac.macports.org/export/87537/trunk/dports/devel/glib2/files/patch-configure.diff -- cgit v1.2.3