From 5637c458ce5198fe9e5b3f998817c04046355a03 Mon Sep 17 00:00:00 2001 From: Petr Písař Date: May 23 2013 06:21:50 +0000 Subject: Update header files to support aarch64 --- diff --git a/SDL.spec b/SDL.spec index 3e75c8b..be64bac 100644 --- a/SDL.spec +++ b/SDL.spec @@ -1,6 +1,6 @@ Name: SDL Version: 1.2.15 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A cross-platform multimedia library Group: System Environment/Libraries URL: http://www.libsdl.org/ @@ -136,6 +136,9 @@ rm -f %{buildroot}%{_libdir}/*.la %{_libdir}/lib*.a %changelog +* Thu May 23 2013 Petr Pisar - 1.2.15-8 +- Update header files to support aarch64 (bug #966115) + * Wed Mar 27 2013 Petr Pisar - 1.2.15-7 - Update config.sub to support aarch64 (bug #926510) - Adapt to libX11-1.5.99.901 diff --git a/SDL_config.h b/SDL_config.h index 298a1d8..109f879 100644 --- a/SDL_config.h +++ b/SDL_config.h @@ -57,6 +57,8 @@ #include "SDL_config-sparc64.h" #elif defined(__sparc__) #include "SDL_config-sparc.h" +#elif defined(__aarch64__) +#include "SDL_config-aarch64.h" #else #error "The SDL-devel package is not usable with the architecture." #endif