summaryrefslogtreecommitdiff
path: root/databases/gdl2
diff options
context:
space:
mode:
Diffstat (limited to 'databases/gdl2')
-rw-r--r--databases/gdl2/files/patch-EOClassDescription.h10
-rw-r--r--databases/gdl2/files/patch-NSArray+GSDoc.m10
2 files changed, 20 insertions, 0 deletions
diff --git a/databases/gdl2/files/patch-EOClassDescription.h b/databases/gdl2/files/patch-EOClassDescription.h
new file mode 100644
index 000000000000..47209dd147cb
--- /dev/null
+++ b/databases/gdl2/files/patch-EOClassDescription.h
@@ -0,0 +1,10 @@
+--- EOControl/EOClassDescription.h.orig 2006-12-30 18:41:02.000000000 +0100
++++ EOControl/EOClassDescription.h 2008-05-03 09:09:20.000000000 +0200
+@@ -29,6 +29,7 @@
+
+ #ifdef GNUSTEP
+ #include <Foundation/NSArray.h>
++#include <Foundation/NSDictionary.h>
+ #include <Foundation/NSException.h>
+ #include <Foundation/NSZone.h>
+ #else
diff --git a/databases/gdl2/files/patch-NSArray+GSDoc.m b/databases/gdl2/files/patch-NSArray+GSDoc.m
new file mode 100644
index 000000000000..877337df0b85
--- /dev/null
+++ b/databases/gdl2/files/patch-NSArray+GSDoc.m
@@ -0,0 +1,10 @@
+--- Tools/NSArray+GSDoc.m.orig 2005-08-17 10:07:57.000000000 +0200
++++ Tools/NSArray+GSDoc.m 2008-05-03 09:10:55.000000000 +0200
+@@ -36,6 +36,7 @@
+
+ #ifdef GNUSTEP
+ #include <Foundation/NSAutoreleasePool.h>
++#include <Foundation/NSString.h>
+ #else
+ #include <Foundation/Foundation.h>
+ #endif