- fix build for gnstep-base 1.15
This commit is contained in:
parent
184b3631bd
commit
c86d7d890b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215707
12
databases/gdl2/files/patch-EOUtilities.m
Normal file
12
databases/gdl2/files/patch-EOUtilities.m
Normal file
@ -0,0 +1,12 @@
|
||||
--- EOAccess/EOUtilities.m.orig 2007-01-01 12:52:38.000000000 +0100
|
||||
+++ EOAccess/EOUtilities.m 2008-06-16 03:59:08.000000000 +0200
|
||||
@@ -76,7 +76,9 @@
|
||||
#include "EOPrivate.h"
|
||||
|
||||
NSString *EOMoreThanOneException = @"EOMoreThanOneException";
|
||||
+#ifndef MAC_OS_X_VERSION_10_5
|
||||
NSString *NSObjectNotAvailableException = @"NSObjectNotAvailableException";
|
||||
+#endif
|
||||
|
||||
|
||||
@implementation EOEditingContext (EOUtilities)
|
Loading…
Reference in New Issue
Block a user