diff options
| author | Jack Nagel | 2014-04-21 22:39:56 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-04-21 22:47:15 -0500 |
| commit | 98e57bcaae4033cee88b27b26d7d6f91717a5cdf (patch) | |
| tree | 45ba1804d90e990c54dba2bb09825934297888c6 | |
| parent | f5032e77c9972b1061394393e8c600e80b9a5fe3 (diff) | |
| download | homebrew-98e57bcaae4033cee88b27b26d7d6f91717a5cdf.tar.bz2 | |
icarus-verilog: drop obsolete LD hack
| -rw-r--r-- | Library/Formula/icarus-verilog.rb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Library/Formula/icarus-verilog.rb b/Library/Formula/icarus-verilog.rb index 76dca32cc..976ba2c7a 100644 --- a/Library/Formula/icarus-verilog.rb +++ b/Library/Formula/icarus-verilog.rb @@ -11,13 +11,7 @@ class IcarusVerilog < Formula end def install - # Fixes an assertion when XCode-4.4 tries to link with clang or llvm-gcc. - ENV['LD'] = MacOS.locate("ld") - # Generate configure for head build - if build.head? - system "autoconf" - end - # Configure + system "autoconf" if build.head? system "./configure", "--prefix=#{prefix}" # Separate steps, as install does not depend on compile properly system 'make' |
