diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-05-21 23:08:40 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-05-21 23:08:40 +0800 |
commit | 4d7a13e61fc81f15918ac78078313b908eb23ecb (patch) | |
tree | 7c57292be8f5a76914769e799100e672a619c862 /databases/gdl2 | |
parent | 00d712c3dbec7511813b1fdce774f5bc5b115153 (diff) | |
download | freebsd-ports-gnome-4d7a13e61fc81f15918ac78078313b908eb23ecb.tar.gz freebsd-ports-gnome-4d7a13e61fc81f15918ac78078313b908eb23ecb.tar.zst freebsd-ports-gnome-4d7a13e61fc81f15918ac78078313b908eb23ecb.zip |
- fix build with gnustep-make 2.4
Diffstat (limited to 'databases/gdl2')
-rw-r--r-- | databases/gdl2/files/patch-EOAttribute.m | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/gdl2/files/patch-EOAttribute.m b/databases/gdl2/files/patch-EOAttribute.m new file mode 100644 index 000000000000..9720cf32e84f --- /dev/null +++ b/databases/gdl2/files/patch-EOAttribute.m @@ -0,0 +1,10 @@ +--- EOAccess/EOAttribute.m.orig 2008-06-06 11:26:14.000000000 +0200 ++++ EOAccess/EOAttribute.m 2010-05-21 17:04:41.000000000 +0200 +@@ -45,6 +45,7 @@ + #include <Foundation/NSArchiver.h> + #include <Foundation/NSCalendarDate.h> + #include <Foundation/NSData.h> ++#include <Foundation/NSDebug.h> + #include <Foundation/NSDecimalNumber.h> + #include <Foundation/NSDictionary.h> + #include <Foundation/NSEnumerator.h> |