summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2008-07-21 11:32:42 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2008-07-21 11:32:42 +0000
commit7edbec98af52eaff615af552e9b8d74d1a020cf1 (patch)
treeb198725554df69e944b905f8078ad0f88a42f04d /gnustep-libs/gdl2/files/gdl2-0.11.0-NSException.patch
parentAMD64 stable keyword for 0.93.3; for security bug #227351. Tested on hardened... (diff)
downloadgentoo-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.patch10
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)