From 9e0cee94ce4e1be6114b3068242b3cb1ea5b20a9 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Fri, 16 Jul 2004 22:11:58 +0000 Subject: [PATCH] - however, this version won't work correctly on alpha and amd64 Changed files: smalltalk.spec -> 1.54 --- smalltalk.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/smalltalk.spec b/smalltalk.spec index dde51ea..5694d68 100644 --- a/smalltalk.spec +++ b/smalltalk.spec @@ -33,6 +33,11 @@ BuildRequires: pkgconfig BuildRequires: readline-devel >= 4.2 BuildRequires: tk-devel >= 8.4 #BuildRequires: xemacs +# 2.1.x versions won't work correctly on amd64 and alpha (on amd64 crashes +# even on build time) because of calling convention (no registers support) +# it should be fixed in devel (2.1e) version (but alloc,amd64 patches seem +# still needed there) +ExcludeArch: alpha amd64 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -- 2.44.0