fix wrapper headers

This commit is contained in:
Tom Callaway 2013-05-28 16:18:14 -04:00
parent 5a0f802724
commit 1c448e5283
3 changed files with 6 additions and 3 deletions

View File

@ -4,7 +4,7 @@
#endif
#define ffi_wrapper_h
#elif defined(__i386__)
#if defined(__i386__)
#include "ffi-i386.h"
#elif defined(__powerpc64__)
#include "ffi-ppc64.h"

View File

@ -4,7 +4,7 @@
#endif
#define ffitarget_wrapper_h
#elif defined(__i386__)
#if defined(__i386__)
#include "ffitarget-i386.h"
#elif defined(__powerpc64__)
#include "ffitarget-ppc64.h"

View File

@ -2,7 +2,7 @@
Name: libffi
Version: 3.0.13
Release: 3%{?dist}
Release: 4%{?dist}
Summary: A portable foreign function interface library
Group: System Environment/Libraries
@ -122,6 +122,9 @@ fi
%{_infodir}/libffi.info.gz
%changelog
* Tue May 28 2013 Tom Callaway <spot@fedoraproject.org> - 3.0.13-4
- fix typos in wrapper headers
* Mon May 27 2013 Tom Callaway <spot@fedoraproject.org> - 3.0.13-3
- make header files multilib safe