patch to support aarch64 (thanks, ausil)
This commit is contained in:
parent
a9bbeb0292
commit
f7bd9ff620
1860
slashem-aarch64.patch
Normal file
1860
slashem-aarch64.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
Name: slashem
|
||||
Version: 0.0.8
|
||||
Release: 0.10.E0F1%{?dist}
|
||||
Release: 0.11.E0F1%{?dist}
|
||||
Summary: Super Lotsa Added Stuff Hack - Extended Magic
|
||||
|
||||
Group: Amusements/Games
|
||||
@ -11,6 +11,8 @@ Source1: %{name}.desktop
|
||||
Patch0: slashem-config.patch
|
||||
# fix building with libpng 1.5
|
||||
Patch1: slashem-libpng-1.5.patch
|
||||
# update config.guess and config.sub to recognize aarch64
|
||||
Patch2: slashem-aarch64.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: ncurses-devel
|
||||
@ -53,6 +55,7 @@ SLASH'EM is the (continuing) saga of one such variant...
|
||||
%setup -q -n %{name}-%{version}E0F1
|
||||
%patch0 -p 1 -b .config
|
||||
%patch1 -p 1 -b .libpng
|
||||
%patch2 -p 1 -b .aarch64
|
||||
|
||||
sed -i \
|
||||
-e 's:^\(#define FILE_AREA_VAR\).*:\1 "%{fa_var}/":' \
|
||||
@ -153,6 +156,9 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Mar 23 2013 Iain Arnell <iarnell@gmail.com> 0.0.8-0.11.E0F1
|
||||
- patch to support aarch64 (thanks, ausil)
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.8-0.10.E0F1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user