From 0088ba4545a7030fabc12baee9b08b83fe6f970b Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Tue, 1 Jan 2013 17:25:16 -0400 Subject: smake: build in stdenv smake silently fails to build its binaries in superenv. --- Library/Formula/smake.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/smake.rb b/Library/Formula/smake.rb index b2e4b3751..265147754 100644 --- a/Library/Formula/smake.rb +++ b/Library/Formula/smake.rb @@ -5,6 +5,9 @@ class Smake < Formula homepage 'http://cdrecord.berlios.de/private/smake.html' sha1 '7b50e1f81758fd6a732ddc7a78838bd2c96d1090' + # smake silently fails to build its binaries in superenv + env :std + def install system "make", "GMAKE_NOWARN=true", "INS_BASE=#{prefix}", "INS_RBASE=#{prefix}", "MANDIR=share/man", "install" end -- cgit v1.2.3