diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/smake.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/smake.rb b/Library/Formula/smake.rb index e2b23e6a9..e2a401072 100644 --- a/Library/Formula/smake.rb +++ b/Library/Formula/smake.rb @@ -13,10 +13,6 @@ class Smake < Formula def install ENV.delete 'MAKEFLAGS' # the bootstrap smake does not like -j - # The configure script was generated by autoconf 2.13, so the heuristic - # that superenv uses to detect configure fails. This works around it. - inreplace 'autoconf/configure','# From configure.in 1.243', 'DUALCASE=1; export DUALCASE' - system "make", "GMAKE_NOWARN=true", "INS_BASE=#{libexec}", "INS_RBASE=#{libexec}", "install" bin.install_symlink libexec/"bin/smake" man1.install_symlink Dir["#{libexec}/share/man/man1/*.1"] |
