diff options
| -rw-r--r-- | Library/Formula/glib.rb | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
