aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Koonce2013-05-21 18:36:28 -0500
committerAdam Vandenberg2013-05-21 20:16:29 -0700
commit61bdf2575993638fbc58040993f12f78b57bcd07 (patch)
tree4ee6d423aeb6b5d1ff61cc3e953310f119e48d14
parent1ed4880a0c27f9bd5b34530d64598e14cf425cb5 (diff)
downloadhomebrew-61bdf2575993638fbc58040993f12f78b57bcd07.tar.bz2
gnu smalltalk 3.2.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/gnu-smalltalk.rb11
1 files changed, 3 insertions, 8 deletions
diff --git a/Library/Formula/gnu-smalltalk.rb b/Library/Formula/gnu-smalltalk.rb
index 9c5368eb8..e21f917cc 100644
--- a/Library/Formula/gnu-smalltalk.rb
+++ b/Library/Formula/gnu-smalltalk.rb
@@ -2,9 +2,9 @@ require 'formula'
class GnuSmalltalk < Formula
homepage 'http://smalltalk.gnu.org/'
- url 'http://ftpmirror.gnu.org/smalltalk/smalltalk-3.2.4.tar.xz'
- mirror 'http://ftp.gnu.org/gnu/smalltalk/smalltalk-3.2.4.tar.xz'
- sha1 '75b7077a02abb2ec01c5975e22d6138b541db38e'
+ url 'http://ftpmirror.gnu.org/smalltalk/smalltalk-3.2.5.tar.xz'
+ mirror 'http://ftp.gnu.org/gnu/smalltalk/smalltalk-3.2.5.tar.xz'
+ sha1 '0eb5895b9b5bebe4f75308efbe34f8721fc2fd6b'
head 'https://github.com/bonzini/smalltalk.git'
@@ -48,11 +48,6 @@ class GnuSmalltalk < Formula
args << "--disable-generational-gc"
end
- # Compatibility with Automake 1.13+, fixed upstream
- inreplace %w{configure.ac sigsegv/configure.ac},
- 'AM_CONFIG_HEADER', 'AC_CONFIG_HEADERS'
- inreplace 'snprintfv/configure.ac', 'AM_PROG_CC_STD', ''
-
system 'autoreconf', '-ivf'
system "./configure", *args
system "make"