diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2012-07-12 12:03:29 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2012-07-12 12:03:29 +0000 |
commit | 7e4b8e58896fc198d4f3e01fca6dff0673db1a22 (patch) | |
tree | f6f5190d10d4b6d664355c3c2eb83585abe1d623 /gnustep-apps | |
parent | Version bump. (diff) | |
download | gentoo-2-7e4b8e58896fc198d4f3e01fca6dff0673db1a22.tar.gz gentoo-2-7e4b8e58896fc198d4f3e01fca6dff0673db1a22.tar.bz2 gentoo-2-7e4b8e58896fc198d4f3e01fca6dff0673db1a22.zip |
Fix compilation with GCC 4.7, bug #426296
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/preview/ChangeLog | 7 | ||||
-rw-r--r-- | gnustep-apps/preview/preview-0.9.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/gnustep-apps/preview/ChangeLog b/gnustep-apps/preview/ChangeLog index a14ebb40a98b..44d0fe4d29cc 100644 --- a/gnustep-apps/preview/ChangeLog +++ b/gnustep-apps/preview/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnustep-apps/preview -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/preview/ChangeLog,v 1.20 2011/12/02 22:16:45 hwoarang Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/preview/ChangeLog,v 1.21 2012/07/12 12:03:29 voyageur Exp $ + + 12 Jul 2012; Bernard Cafarelli <voyageur@gentoo.org> preview-0.9.ebuild: + Fix compilation with GCC 4.7, bug #426296 02 Dec 2011; Markos Chandras <hwoarang@gentoo.org> preview-0.9.ebuild: Stable on amd64 wrt bug #391569 diff --git a/gnustep-apps/preview/preview-0.9.ebuild b/gnustep-apps/preview/preview-0.9.ebuild index 19fc45875dc3..7f0ecffedfcf 100644 --- a/gnustep-apps/preview/preview-0.9.ebuild +++ b/gnustep-apps/preview/preview-0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/preview/preview-0.9.ebuild,v 1.3 2011/12/02 22:16:45 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/preview/preview-0.9.ebuild,v 1.4 2012/07/12 12:03:29 voyageur Exp $ EAPI=3 inherit gnustep-2 @@ -16,6 +16,7 @@ KEYWORDS="amd64 ~ppc x86" IUSE="" src_prepare() { + sed -e 's/sel_eq(/sel_isEqual(/' -i Document.m || die "sed failed" # Fix compilation, patch from debian epatch "${FILESDIR}"/${PN}-0.8.5-compilation-errors.patch } |