smake: remove obsoleted superenv workaround
This commit is contained in:
parent
b8f9341955
commit
a2908685d5
1 changed files with 0 additions and 4 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue