diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2008-07-21 11:32:42 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2008-07-21 11:32:42 +0000 |
commit | 7edbec98af52eaff615af552e9b8d74d1a020cf1 (patch) | |
tree | b198725554df69e944b905f8078ad0f88a42f04d /gnustep-libs/gdl2 | |
parent | AMD64 stable keyword for 0.93.3; for security bug #227351. Tested on hardened... (diff) | |
download | gentoo-2-7edbec98af52eaff615af552e9b8d74d1a020cf1.tar.gz gentoo-2-7edbec98af52eaff615af552e9b8d74d1a020cf1.tar.bz2 gentoo-2-7edbec98af52eaff615af552e9b8d74d1a020cf1.zip |
Fix compilation, bug #232434
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'gnustep-libs/gdl2')
-rw-r--r-- | gnustep-libs/gdl2/ChangeLog | 6 | ||||
-rw-r--r-- | gnustep-libs/gdl2/files/gdl2-0.11.0-NSException.patch | 10 | ||||
-rw-r--r-- | gnustep-libs/gdl2/gdl2-0.11.0.ebuild | 3 |
3 files changed, 17 insertions, 2 deletions
diff --git a/gnustep-libs/gdl2/ChangeLog b/gnustep-libs/gdl2/ChangeLog index e4dd13d172cc..5daf89e6d537 100644 --- a/gnustep-libs/gdl2/ChangeLog +++ b/gnustep-libs/gdl2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnustep-libs/gdl2 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/gdl2/ChangeLog,v 1.13 2008/05/19 20:00:21 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/gdl2/ChangeLog,v 1.14 2008/07/21 11:32:41 voyageur Exp $ + + 21 Jul 2008; Bernard Cafarelli <voyageur@gentoo.org> + +files/gdl2-0.11.0-NSException.patch, gdl2-0.11.0.ebuild: + Fix compilation, bug #232434 19 May 2008; Tiziano Müller <dev-zero@gentoo.org> gdl2-0.11.0.ebuild: Changed dependency for postgresql to virtual/postgresql-base diff --git a/gnustep-libs/gdl2/files/gdl2-0.11.0-NSException.patch b/gnustep-libs/gdl2/files/gdl2-0.11.0-NSException.patch new file mode 100644 index 000000000000..8a21c01bcf06 --- /dev/null +++ b/gnustep-libs/gdl2/files/gdl2-0.11.0-NSException.patch @@ -0,0 +1,10 @@ +--- EOAccess/EOUtilities.m.orig 2008-07-21 13:23:12.000000000 +0200 ++++ EOAccess/EOUtilities.m 2008-07-21 13:23:16.000000000 +0200 +@@ -76,7 +76,6 @@ + #include "EOPrivate.h" + + NSString *EOMoreThanOneException = @"EOMoreThanOneException"; +-NSString *NSObjectNotAvailableException = @"NSObjectNotAvailableException"; + + + @implementation EOEditingContext (EOUtilities) diff --git a/gnustep-libs/gdl2/gdl2-0.11.0.ebuild b/gnustep-libs/gdl2/gdl2-0.11.0.ebuild index cd388dc54b69..d0c35e1c40d5 100644 --- a/gnustep-libs/gdl2/gdl2-0.11.0.ebuild +++ b/gnustep-libs/gdl2/gdl2-0.11.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/gdl2/gdl2-0.11.0.ebuild,v 1.4 2008/05/19 20:00:21 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/gdl2/gdl2-0.11.0.ebuild,v 1.5 2008/07/21 11:32:41 voyageur Exp $ inherit gnustep-2 @@ -27,4 +27,5 @@ src_unpack() { epatch "${FILESDIR}"/${P}-makefile.patch epatch "${FILESDIR}"/${P}-NSMutableDictionary.patch + epatch "${FILESDIR}"/${P}-NSException.patch } |