aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gnu-smalltalk.rb
diff options
context:
space:
mode:
authorJack Nagel2013-01-14 21:07:55 -0600
committerJack Nagel2013-01-14 21:12:19 -0600
commit70b778d1018e84d8a005008dffad156e6f7535d3 (patch)
tree6a6b99f52f424de2c60704b391664e7984fcde58 /Library/Formula/gnu-smalltalk.rb
parenta00f7e96bfd998d2a938fa7c3d37aba65a1adcb6 (diff)
downloadhomebrew-70b778d1018e84d8a005008dffad156e6f7535d3.tar.bz2
gnu-smalltalk: remove obsolete patch
Fixes #17064.
Diffstat (limited to 'Library/Formula/gnu-smalltalk.rb')
-rw-r--r--Library/Formula/gnu-smalltalk.rb32
1 files changed, 0 insertions, 32 deletions
diff --git a/Library/Formula/gnu-smalltalk.rb b/Library/Formula/gnu-smalltalk.rb
index 076521a6e..0e0c25532 100644
--- a/Library/Formula/gnu-smalltalk.rb
+++ b/Library/Formula/gnu-smalltalk.rb
@@ -29,14 +29,6 @@ class GnuSmalltalk < Formula
cause "Codegen problems with LLVM"
end
- def patches
- # Builds GNU Smalltalk clean in 64-bit mode with SDL and Cairo support
- # by using autoconf version 2.61 and automake version 1.10. The testsuite
- # requires 2.63, however. So exclude the patch for that case. See also:
- # http://www.eighty-twenty.org/index.cgi/tech/smalltalk/building-gnu-smalltalk-20110926.html
- DATA unless build.include? 'tests'
- end
-
def install
ENV.m32 unless MacOS.prefer_64_bit?
@@ -61,27 +53,3 @@ class GnuSmalltalk < Formula
system "make install"
end
end
-
-__END__
---- a/Makefile.am 2011-03-21 04:32:44.000000000 -0700
-+++ b/Makefile.am 2012-10-14 14:52:13.000000000 -0700
-@@ -16,7 +16,7 @@
- # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
- # Automake requirements
--AUTOMAKE_OPTIONS = gnu 1.11 dist-xz
-+AUTOMAKE_OPTIONS = gnu 1.10
- ACLOCAL_AMFLAGS = -I build-aux
- DISTCHECK_CONFIGURE_FLAGS=--without-system-libltdl --without-system-libsigsegv --without-system-libffi
-
---- a/configure.ac 2011-03-21 04:32:44.000000000 -0700
-+++ b/configure.ac 2012-10-14 14:53:34.000000000 -0700
-@@ -6,7 +6,7 @@
- dnl Process this file with autoconf to produce a configure script.
-
- dnl 2.63 needed by testsuite, actually
--AC_PREREQ(2.63)
-+AC_PREREQ(2.61)
- AC_INIT([GNU Smalltalk], 3.2.4, help-smalltalk@gnu.org, smalltalk,
- [http://smalltalk.gnu.org/])
- MAINTAINER="bonzini@gnu.org"