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:
parent
a0468fb511
commit
89b2018d80
11 changed files with 11 additions and 11 deletions
|
@ -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"
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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|
|
||||
|
|
|
@ -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."]]
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -6,7 +6,7 @@ class Spin < Formula
|
|||
md5 '03345f9713e7b4f82d2d8ec319802b9c'
|
||||
version '5.2.5'
|
||||
|
||||
fails_with_llvm
|
||||
fails_with_llvm :build => 2334
|
||||
|
||||
def patches
|
||||
DATA
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue