aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-08-19 23:14:52 -0500
committerJack Nagel2014-08-19 23:14:52 -0500
commitf70ab8b0f4580731ce2d7ccdf196a2bc1c0f2dd1 (patch)
tree10c805fd633a1d01302bc9e33bce26d6a3ca7cd9 /Library/Formula
parentc368ae023f70aec4d644cf6ffe2c971ac85dc7f0 (diff)
downloadhomebrew-f70ab8b0f4580731ce2d7ccdf196a2bc1c0f2dd1.tar.bz2
scsh: remove env: std
This was fixed by semi-recent fixes to superenv.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/scsh.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/scsh.rb b/Library/Formula/scsh.rb
index 03c1d0372..22ac1f74d 100644
--- a/Library/Formula/scsh.rb
+++ b/Library/Formula/scsh.rb
@@ -15,9 +15,6 @@ class Scsh < Formula
conflicts_with 'scheme48', :because => 'both install include/scheme48.h'
- # stable segfaults when built 64-bit; see #21351
- env :std unless build.head?
-
def install
if build.head?
system "autoreconf"