diff options
| author | Jack Nagel | 2013-11-17 19:39:30 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-11-17 19:39:30 -0600 |
| commit | 7c3e73497641bfdf9b89055651219a8a65ff1912 (patch) | |
| tree | 93c68c7127d2e9783ec55a7d7061e689d5969be0 /Library/Formula | |
| parent | 27251d742f2bae330ce32c6064e349807e194dc4 (diff) | |
| download | homebrew-7c3e73497641bfdf9b89055651219a8a65ff1912.tar.bz2 | |
smake: remove obsoleted superenv workaround
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"] |
