aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorFranklin Chen2013-10-02 00:48:45 -0400
committerAdam Vandenberg2013-10-01 22:26:56 -0700
commita997d9eda0265af2637cadf92c3f5dc9786c0afa (patch)
tree3a77d3017bb0968dce8f81c20dd16ab21a2a542d /Library
parent4e6d318bfacdc4543ceeeaf1d774c30fa04c9543 (diff)
downloadhomebrew-a997d9eda0265af2637cadf92c3f5dc9786c0afa.tar.bz2
polyml 5.5.1
Closes #22985. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/polyml.rb7
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/polyml.rb b/Library/Formula/polyml.rb
index dc6002dd1..900a492d9 100644
--- a/Library/Formula/polyml.rb
+++ b/Library/Formula/polyml.rb
@@ -2,13 +2,10 @@ require 'formula'
class Polyml < Formula
homepage 'http://www.polyml.org'
- url 'http://downloads.sourceforge.net/project/polyml/polyml/5.5/polyml.5.5.tar.gz'
- sha1 '9b308d3ac69316d1fcb0f6ac5f9b9e2d2390d511'
+ url 'http://downloads.sourceforge.net/project/polyml/polyml/5.5.1/polyml.5.5.1.tar.gz'
+ sha1 'f5a0d289eb0a891af5ac6e897ccc7718ccf32d89'
def install
- # for whatever reason, the configure script fails to find c++ if CXX is defined.
- # this overrides configure so that it won't check for c++ and will assume it exists.
- ENV["check_cpp"] = "yes"
system "./configure", "--disable-dependency-tracking", "--disable-debug",
"--prefix=#{prefix}"
system "make"