diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-11-10 20:52:58 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-11-10 20:52:58 +0000 |
commit | d43a1b1b6aed6ea09e72c63c00625d2dc1c06bc3 (patch) | |
tree | cacfd5a8e02b501dcd88099223b92f835d65cc6a /app-editors | |
parent | Make clang 3.4.2 find Prefix headers on Darwin, force for virtual deps in unt... (diff) | |
download | gentoo-2-d43a1b1b6aed6ea09e72c63c00625d2dc1c06bc3.tar.gz gentoo-2-d43a1b1b6aed6ea09e72c63c00625d2dc1c06bc3.tar.bz2 gentoo-2-d43a1b1b6aed6ea09e72c63c00625d2dc1c06bc3.zip |
Remove redundant _BSD_SOURCE macro causing warnings with glibc 2.20.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/emacs/emacs-23.4-r11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog index 2604ea1173dc..93d5a349dbca 100644 --- a/app-editors/emacs/ChangeLog +++ b/app-editors/emacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/emacs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.645 2014/11/10 19:15:00 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.646 2014/11/10 20:52:58 ulm Exp $ + + 10 Nov 2014; Ulrich Müller <ulm@gentoo.org> emacs-23.4-r11.ebuild: + Remove redundant _BSD_SOURCE macro causing warnings with glibc 2.20. 10 Nov 2014; Ulrich Müller <ulm@gentoo.org> emacs-23.4-r11.ebuild, emacs-24.3-r6.ebuild, emacs-24.4-r1.ebuild: diff --git a/app-editors/emacs/emacs-23.4-r11.ebuild b/app-editors/emacs/emacs-23.4-r11.ebuild index 0fdc4e9c87c7..7f8323c20fd5 100644 --- a/app-editors/emacs/emacs-23.4-r11.ebuild +++ b/app-editors/emacs/emacs-23.4-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.4-r11.ebuild,v 1.13 2014/11/10 19:15:00 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.4-r11.ebuild,v 1.14 2014/11/10 20:52:58 ulm Exp $ EAPI=5 WANT_AUTOMAKE="none" @@ -10,7 +10,7 @@ inherit autotools elisp-common eutils flag-o-matic multilib readme.gentoo DESCRIPTION="The extensible, customizable, self-documenting real-time display editor" HOMEPAGE="http://www.gnu.org/software/emacs/" SRC_URI="mirror://gnu/emacs/${P}.tar.bz2 - http://dev.gentoo.org/~ulm/emacs/${P}-patches-14.tar.xz" + http://dev.gentoo.org/~ulm/emacs/${P}-patches-15.tar.xz" LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2" SLOT="23" |