aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"