aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/polyml.rb
diff options
context:
space:
mode:
authorJack Nagel2012-09-13 12:55:42 -0500
committerJack Nagel2012-09-13 12:55:42 -0500
commit06fa21a7d0783460be2fa010c22ea51058adfb14 (patch)
tree499ae977fad3f3f0ccf0c734e6d5600520cb5d1d /Library/Formula/polyml.rb
parent429fbadb80b7ac77b958259137e2ee41144f2e29 (diff)
downloadhomebrew-06fa21a7d0783460be2fa010c22ea51058adfb14.tar.bz2
polyml: remove skip_clean :all
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/polyml.rb')
-rw-r--r--Library/Formula/polyml.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/polyml.rb b/Library/Formula/polyml.rb
index 5c6d6ee6c..719cc2c76 100644
--- a/Library/Formula/polyml.rb
+++ b/Library/Formula/polyml.rb
@@ -5,9 +5,6 @@ class Polyml < Formula
homepage 'http://www.polyml.org'
sha1 'a037cd8cf4ce4a43b685b0e0d80f3f1e20d7c9fa'
- # Or dynamic linking breaks
- skip_clean :all
-
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.