BZ#183304 fix unexelf.c to build on PowerPC64
This commit is contained in:
parent
4dc62700cb
commit
bb6a233591
10
emacs.spec
10
emacs.spec
@ -1,6 +1,4 @@
|
|||||||
# This file is encoded in UTF-8. -*- coding: utf-8 -*-
|
# This file is encoded in UTF-8. -*- coding: utf-8 -*-
|
||||||
# FIXME: doesn't currently build on ppc64
|
|
||||||
# ExcludeArch: ppc64
|
|
||||||
|
|
||||||
%define emacs21 1
|
%define emacs21 1
|
||||||
%define muleucs_ver current
|
%define muleucs_ver current
|
||||||
@ -11,7 +9,7 @@
|
|||||||
Summary: GNU Emacs text editor
|
Summary: GNU Emacs text editor
|
||||||
Name: emacs
|
Name: emacs
|
||||||
Version: 21.4
|
Version: 21.4
|
||||||
Release: 14.1.1
|
Release: 15
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://www.gnu.org/software/emacs/
|
URL: http://www.gnu.org/software/emacs/
|
||||||
Group: Applications/Editors
|
Group: Applications/Editors
|
||||||
@ -102,6 +100,8 @@ Patch25: scroll-margin.dpatch
|
|||||||
Patch26: xfree86-4.3-modifiers.dpatch
|
Patch26: xfree86-4.3-modifiers.dpatch
|
||||||
# generated from ftp://fly.isti.cnr.it/pub/etags.c.gz
|
# generated from ftp://fly.isti.cnr.it/pub/etags.c.gz
|
||||||
Patch27: etags-update-to-cvs.patch
|
Patch27: etags-update-to-cvs.patch
|
||||||
|
# required to build on PowerPC64
|
||||||
|
Patch34: ppc64-unexelf.patch
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Lisp and doc patches
|
# Lisp and doc patches
|
||||||
@ -231,6 +231,7 @@ sets are included in this package.
|
|||||||
%patch25 -p1 -b .25-scroll-margin
|
%patch25 -p1 -b .25-scroll-margin
|
||||||
%patch26 -p1 -b .26-xmodifier
|
%patch26 -p1 -b .26-xmodifier
|
||||||
%patch27 -p1 -b .27-14.21
|
%patch27 -p1 -b .27-14.21
|
||||||
|
%patch34 -p1 -b .34-ppc64-unexelf
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# patches 2 and 3 touch configure.in
|
# patches 2 and 3 touch configure.in
|
||||||
@ -549,6 +550,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 26 2006 Chip Coldwell <coldwell@redhat.com> - 21.4-15
|
||||||
|
- fix src/unexelf.c to build on PowerPC64 (backport from emacs-22, #183304)
|
||||||
|
|
||||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 21.4-14.1.1
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 21.4-14.1.1
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user