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/files/gdl2-0.11.0-NSException.patch | |
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/files/gdl2-0.11.0-NSException.patch')
-rw-r--r-- | gnustep-libs/gdl2/files/gdl2-0.11.0-NSException.patch | 10 |
1 files changed, 10 insertions, 0 deletions
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) |