aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-11-17 19:39:30 -0600
committerJack Nagel2013-11-17 19:39:30 -0600
commit7c3e73497641bfdf9b89055651219a8a65ff1912 (patch)
tree93c68c7127d2e9783ec55a7d7061e689d5969be0 /Library
parent27251d742f2bae330ce32c6064e349807e194dc4 (diff)
downloadhomebrew-7c3e73497641bfdf9b89055651219a8a65ff1912.tar.bz2
smake: remove obsoleted superenv workaround
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/smake.rb4
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"]