diff options
| author | Jack Nagel | 2011-10-28 15:29:31 -0500 |
|---|---|---|
| committer | Jack Nagel | 2011-10-28 15:52:44 -0500 |
| commit | 842d0af74c938db0f0123c79914c30ef704f1a5d (patch) | |
| tree | e7c8a79fdb2a82159ffcc00c29b4e65d5bff6e3e /Library | |
| parent | a8e6d275ba4b8c4d3052e6370b20eaf7bcd521cd (diff) | |
| download | homebrew-842d0af74c938db0f0123c79914c30ef704f1a5d.tar.bz2 | |
Update bare fails_with_llvm calls
These formulae all compile and run with LLVM build >= 2335.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/dirac.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/jnethack.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/nload.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/pbzip2.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/portaudio.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/proj.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/redland.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/spin.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/syck.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/unittest.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/vpnc.rb | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/Library/Formula/dirac.rb b/Library/Formula/dirac.rb index 25ab7df6b..317665c5b 100644 --- a/Library/Formula/dirac.rb +++ b/Library/Formula/dirac.rb @@ -5,7 +5,7 @@ class Dirac < Formula md5 'a57c2c5e58062d437d9ab13dffb28f0f' homepage 'http://diracvideo.org/' - fails_with_llvm + fails_with_llvm :build => 2334 def install system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" diff --git a/Library/Formula/jnethack.rb b/Library/Formula/jnethack.rb index ce080eefd..af9f613f4 100644 --- a/Library/Formula/jnethack.rb +++ b/Library/Formula/jnethack.rb @@ -11,7 +11,7 @@ class Jnethack < Formula version '3.4.3-0.10' md5 '21479c95990eefe7650df582426457f9' - fails_with_llvm + fails_with_llvm :build => 2334 # Don't remove save folder skip_clean 'libexec/save' diff --git a/Library/Formula/nload.rb b/Library/Formula/nload.rb index f4ac85d42..a283e8c9e 100644 --- a/Library/Formula/nload.rb +++ b/Library/Formula/nload.rb @@ -5,7 +5,7 @@ class Nload < Formula homepage 'http://www.roland-riegel.de/nload/' md5 '9b97c37fe1474f1da42f265fead24081' - fails_with_llvm + fails_with_llvm :build => 2334 # Patching configure.in file to make configure compile on Mac OS. # Patch taken from MacPorts. diff --git a/Library/Formula/pbzip2.rb b/Library/Formula/pbzip2.rb index 6b940574e..88d6421eb 100644 --- a/Library/Formula/pbzip2.rb +++ b/Library/Formula/pbzip2.rb @@ -5,7 +5,7 @@ class Pbzip2 < Formula homepage 'http://compression.ca/pbzip2/' md5 '797e3ae5c6293a55e3e97fefb11cf494' - fails_with_llvm + fails_with_llvm :build => 2334 def install inreplace "Makefile" do |s| diff --git a/Library/Formula/portaudio.rb b/Library/Formula/portaudio.rb index a2b5170e6..ca787aeff 100644 --- a/Library/Formula/portaudio.rb +++ b/Library/Formula/portaudio.rb @@ -7,7 +7,7 @@ class Portaudio < Formula depends_on 'pkg-config' => :build - fails_with_llvm + fails_with_llvm :build => 2334 def options [["--universal", "Build a universal binary."]] diff --git a/Library/Formula/proj.rb b/Library/Formula/proj.rb index 2b43b8196..bd45fdf95 100644 --- a/Library/Formula/proj.rb +++ b/Library/Formula/proj.rb @@ -10,7 +10,7 @@ class Proj < Formula homepage 'http://trac.osgeo.org/proj/' md5 '927d34623b52e0209ba2bfcca18fe8cd' - fails_with_llvm + fails_with_llvm :build => 2334 def skip_clean? path path.extname == '.la' diff --git a/Library/Formula/redland.rb b/Library/Formula/redland.rb index 69060147c..d8b239a6f 100644 --- a/Library/Formula/redland.rb +++ b/Library/Formula/redland.rb @@ -10,7 +10,7 @@ class Redland < Formula depends_on 'rasqal' depends_on 'berkeley-db' => :optional - fails_with_llvm + fails_with_llvm :build => 2334 def install system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/spin.rb b/Library/Formula/spin.rb index 62a9bd432..caec39f2d 100644 --- a/Library/Formula/spin.rb +++ b/Library/Formula/spin.rb @@ -6,7 +6,7 @@ class Spin < Formula md5 '03345f9713e7b4f82d2d8ec319802b9c' version '5.2.5' - fails_with_llvm + fails_with_llvm :build => 2334 def patches DATA diff --git a/Library/Formula/syck.rb b/Library/Formula/syck.rb index 16acfd8fb..6209ca432 100644 --- a/Library/Formula/syck.rb +++ b/Library/Formula/syck.rb @@ -5,7 +5,7 @@ class Syck < Formula homepage 'https://wiki.github.com/indeyets/syck/' md5 '198f925b4ed7fe04a182c35014498634' - fails_with_llvm + fails_with_llvm :build => 2334 def install ENV.deparallelize # Not parallel safe. diff --git a/Library/Formula/unittest.rb b/Library/Formula/unittest.rb index a70b9cc00..1e6777932 100644 --- a/Library/Formula/unittest.rb +++ b/Library/Formula/unittest.rb @@ -5,7 +5,7 @@ class Unittest < Formula homepage 'http://unittest.red-bean.com/' md5 'e77615162141b23a78adcda929d58d61' - fails_with_llvm + fails_with_llvm :build => 2334 def install system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" diff --git a/Library/Formula/vpnc.rb b/Library/Formula/vpnc.rb index 8925149af..be56d2499 100644 --- a/Library/Formula/vpnc.rb +++ b/Library/Formula/vpnc.rb @@ -8,7 +8,7 @@ class Vpnc < Formula depends_on 'libgcrypt' depends_on 'libgpg-error' - fails_with_llvm + fails_with_llvm :build => 2334 skip_clean 'etc' skip_clean 'var' |
