From 7c3e73497641bfdf9b89055651219a8a65ff1912 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 17 Nov 2013 19:39:30 -0600 Subject: smake: remove obsoleted superenv workaround --- Library/Formula/smake.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Library') 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"] -- cgit v1.2.3