Update bare fails_with_llvm calls

These formulae all compile and run with LLVM build >= 2335.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2011-10-28 15:29:31 -05:00
parent a0468fb511
commit 89b2018d80
11 changed files with 11 additions and 11 deletions

View file

@ -5,7 +5,7 @@ class Dirac < Formula
md5 'a57c2c5e58062d437d9ab13dffb28f0f' md5 'a57c2c5e58062d437d9ab13dffb28f0f'
homepage 'http://diracvideo.org/' homepage 'http://diracvideo.org/'
fails_with_llvm fails_with_llvm :build => 2334
def install def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"

View file

@ -11,7 +11,7 @@ class Jnethack < Formula
version '3.4.3-0.10' version '3.4.3-0.10'
md5 '21479c95990eefe7650df582426457f9' md5 '21479c95990eefe7650df582426457f9'
fails_with_llvm fails_with_llvm :build => 2334
# Don't remove save folder # Don't remove save folder
skip_clean 'libexec/save' skip_clean 'libexec/save'

View file

@ -5,7 +5,7 @@ class Nload < Formula
homepage 'http://www.roland-riegel.de/nload/' homepage 'http://www.roland-riegel.de/nload/'
md5 '9b97c37fe1474f1da42f265fead24081' md5 '9b97c37fe1474f1da42f265fead24081'
fails_with_llvm fails_with_llvm :build => 2334
# Patching configure.in file to make configure compile on Mac OS. # Patching configure.in file to make configure compile on Mac OS.
# Patch taken from MacPorts. # Patch taken from MacPorts.

View file

@ -5,7 +5,7 @@ class Pbzip2 < Formula
homepage 'http://compression.ca/pbzip2/' homepage 'http://compression.ca/pbzip2/'
md5 '797e3ae5c6293a55e3e97fefb11cf494' md5 '797e3ae5c6293a55e3e97fefb11cf494'
fails_with_llvm fails_with_llvm :build => 2334
def install def install
inreplace "Makefile" do |s| inreplace "Makefile" do |s|

View file

@ -7,7 +7,7 @@ class Portaudio < Formula
depends_on 'pkg-config' => :build depends_on 'pkg-config' => :build
fails_with_llvm fails_with_llvm :build => 2334
def options def options
[["--universal", "Build a universal binary."]] [["--universal", "Build a universal binary."]]

View file

@ -10,7 +10,7 @@ class Proj < Formula
homepage 'http://trac.osgeo.org/proj/' homepage 'http://trac.osgeo.org/proj/'
md5 '927d34623b52e0209ba2bfcca18fe8cd' md5 '927d34623b52e0209ba2bfcca18fe8cd'
fails_with_llvm fails_with_llvm :build => 2334
def skip_clean? path def skip_clean? path
path.extname == '.la' path.extname == '.la'

View file

@ -10,7 +10,7 @@ class Redland < Formula
depends_on 'rasqal' depends_on 'rasqal'
depends_on 'berkeley-db' => :optional depends_on 'berkeley-db' => :optional
fails_with_llvm fails_with_llvm :build => 2334
def install def install
system "./configure", "--disable-debug", "--disable-dependency-tracking", system "./configure", "--disable-debug", "--disable-dependency-tracking",

View file

@ -6,7 +6,7 @@ class Spin < Formula
md5 '03345f9713e7b4f82d2d8ec319802b9c' md5 '03345f9713e7b4f82d2d8ec319802b9c'
version '5.2.5' version '5.2.5'
fails_with_llvm fails_with_llvm :build => 2334
def patches def patches
DATA DATA

View file

@ -5,7 +5,7 @@ class Syck < Formula
homepage 'https://wiki.github.com/indeyets/syck/' homepage 'https://wiki.github.com/indeyets/syck/'
md5 '198f925b4ed7fe04a182c35014498634' md5 '198f925b4ed7fe04a182c35014498634'
fails_with_llvm fails_with_llvm :build => 2334
def install def install
ENV.deparallelize # Not parallel safe. ENV.deparallelize # Not parallel safe.

View file

@ -5,7 +5,7 @@ class Unittest < Formula
homepage 'http://unittest.red-bean.com/' homepage 'http://unittest.red-bean.com/'
md5 'e77615162141b23a78adcda929d58d61' md5 'e77615162141b23a78adcda929d58d61'
fails_with_llvm fails_with_llvm :build => 2334
def install def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"

View file

@ -8,7 +8,7 @@ class Vpnc < Formula
depends_on 'libgcrypt' depends_on 'libgcrypt'
depends_on 'libgpg-error' depends_on 'libgpg-error'
fails_with_llvm fails_with_llvm :build => 2334
skip_clean 'etc' skip_clean 'etc'
skip_clean 'var' skip_clean 'var'