diff options
| author | Jack Nagel | 2013-11-07 12:57:34 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-11-07 13:00:56 -0600 |
| commit | 452f5c2f1fd030a0deedef43f1c493c7b3b4157a (patch) | |
| tree | ee2daa3035717a1e2b17d0fbd63b6d7ac7a3b3dc | |
| parent | 5923bb33f923c7a5fdf841912dbc4ca518af2407 (diff) | |
| download | homebrew-452f5c2f1fd030a0deedef43f1c493c7b3b4157a.tar.bz2 | |
argus: remove fails_with :clang
| -rw-r--r-- | Library/Formula/argus.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Formula/argus.rb b/Library/Formula/argus.rb index 039930408..e54cfc876 100644 --- a/Library/Formula/argus.rb +++ b/Library/Formula/argus.rb @@ -5,11 +5,6 @@ class Argus < Formula url 'http://qosient.com/argus/src/argus-3.0.6.1.tar.gz' sha1 '0da193957510fbe1b72875d4ea205453cb7821be' - fails_with :clang do - build 425 - cause "Undefined symbols for architecture x86_64" - end - def install system "./configure", "--prefix=#{prefix}" system "make" |
