summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2008-05-05 14:38:25 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2008-05-05 14:38:25 +0000
commite15eb67265e0a539b617852b39f321fc1fc09672 (patch)
tree5b483e0019e4fc3b4c0e88159e3f95a072ea6b31 /databases
parentDrop maintainership for ports I haven't used for quite a while. (diff)
- fix build for option WITH_GNUSTEP_DEVEL
Notes
Notes: svn path=/head/; revision=212659
Diffstat (limited to 'databases')
-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