diff options
| author | Jack Nagel | 2011-12-08 21:27:15 -0600 |
|---|---|---|
| committer | Jack Nagel | 2011-12-08 21:27:15 -0600 |
| commit | 8f95b3e9ff70e3a93f8856f7b05f562a48501fee (patch) | |
| tree | c88efccf8935d04ff07d009aa64ec01432b1b973 /Library/Formula | |
| parent | f264e65408db5d9bd3db4a6372e64d962db9d3bf (diff) | |
| download | homebrew-8f95b3e9ff70e3a93f8856f7b05f562a48501fee.tar.bz2 | |
glib: builds with LLVM >= 2335
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/glib.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/glib.rb b/Library/Formula/glib.rb index ac42eb45a..a16b168cc 100644 --- a/Library/Formula/glib.rb +++ b/Library/Formula/glib.rb @@ -10,7 +10,7 @@ class Glib < Formula depends_on 'gettext' depends_on 'libffi' - fails_with_llvm "Undefined symbol errors while linking" unless MacOS.lion? + fails_with_llvm "Undefined symbol errors while linking", :build => 2334 def patches mp = "https://svn.macports.org/repository/macports/!svn/bc/87537/trunk/dports/devel/glib2/files/" |
