aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/argp-standalone.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-03-25 22:37:01 -0700
committerAdam Vandenberg2011-03-25 23:31:29 -0700
commita8f2e19111359a8b951a8196e8f27533657256a1 (patch)
tree4971cf7ec1d9a9276224bcd76c3bdac6f2a85205 /Library/Formula/argp-standalone.rb
parent966e1822ebd98caeaff10d5877d4e6272b75bec8 (diff)
downloadhomebrew-a8f2e19111359a8b951a8196e8f27533657256a1.tar.bz2
argp-standalone seems to build with llvm
Diffstat (limited to 'Library/Formula/argp-standalone.rb')
-rw-r--r--Library/Formula/argp-standalone.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/argp-standalone.rb b/Library/Formula/argp-standalone.rb
index 2382d0339..b7c8b9977 100644
--- a/Library/Formula/argp-standalone.rb
+++ b/Library/Formula/argp-standalone.rb
@@ -6,8 +6,6 @@ class ArgpStandalone < Formula
md5 '720704bac078d067111b32444e24ba69'
def install
- fails_with_llvm
-
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make"