aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2011-04-03 11:53:05 -0700
committerAdam Vandenberg2011-04-09 09:36:16 -0700
commitb5b6da2c6c27b9784808329c2c9b45f1976647a9 (patch)
treef4ccceef4312359028d69670012c3ed17579e0d4 /Library
parentc6bbc7c4e2646099b5056b27eb9058a0e5b40b79 (diff)
downloadhomebrew-b5b6da2c6c27b9784808329c2c9b45f1976647a9.tar.bz2
Move fails_with_llvm for glib/gtk/gnu-smalltalk
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/glib.rb4
-rw-r--r--Library/Formula/gnu-smalltalk.rb4
-rw-r--r--Library/Formula/gtk+.rb3
3 files changed, 6 insertions, 5 deletions
diff --git a/Library/Formula/glib.rb b/Library/Formula/glib.rb
index 3f93772ac..e428a57c0 100644
--- a/Library/Formula/glib.rb
+++ b/Library/Formula/glib.rb
@@ -16,6 +16,8 @@ class Glib < Formula
depends_on 'pkg-config' => :build
depends_on 'gettext'
+ fails_with_llvm "Undefined symbol errors while linking"
+
def patches
mp = "http://trac.macports.org/export/77283/trunk/dports/devel/glib2/files/"
{
@@ -35,8 +37,6 @@ class Glib < Formula
end
def install
- fails_with_llvm "Undefined symbol errors while linking"
-
# Snow Leopard libiconv doesn't have a 64bit version of the libiconv_open
# function, which breaks things for us, so we build our own
# http://www.mail-archive.com/gtk-list@gnome.org/msg28747.html
diff --git a/Library/Formula/gnu-smalltalk.rb b/Library/Formula/gnu-smalltalk.rb
index a13735b84..2abd37704 100644
--- a/Library/Formula/gnu-smalltalk.rb
+++ b/Library/Formula/gnu-smalltalk.rb
@@ -19,9 +19,9 @@ class GnuSmalltalk < Formula
depends_on 'readline'
- def install
- fails_with_llvm "Codegen problems with LLVM"
+ fails_with_llvm "Codegen problems with LLVM"
+ def install
# 64-bit version doesn't build, so force 32 bits.
ENV.m32
diff --git a/Library/Formula/gtk+.rb b/Library/Formula/gtk+.rb
index fac28bff7..79d6a8483 100644
--- a/Library/Formula/gtk+.rb
+++ b/Library/Formula/gtk+.rb
@@ -19,8 +19,9 @@ class Gtkx < Formula
depends_on 'jasper' => :optional
depends_on 'atk' => :optional
+ fails_with_llvm "Undefined symbols when linking", :build => "2326"
+
def install
- fails_with_llvm "Undefined symbols when linking", :build => "2326"
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--disable-glibtest"