aboutsummaryrefslogtreecommitdiff
path: root/devel/performance
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 /devel/performance
parent53d5af5fb8205fbfae401958a1835a2819d1ef10 (diff)
downloadports-e15eb67265e0a539b617852b39f321fc1fc09672.tar.gz
ports-e15eb67265e0a539b617852b39f321fc1fc09672.zip
- fix build for option WITH_GNUSTEP_DEVEL
Notes
Notes: svn path=/head/; revision=212659
Diffstat (limited to 'devel/performance')
-rw-r--r--devel/performance/files/patch-GSSkipMutableArray.m10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/performance/files/patch-GSSkipMutableArray.m b/devel/performance/files/patch-GSSkipMutableArray.m
new file mode 100644
index 000000000000..be115b1af750
--- /dev/null
+++ b/devel/performance/files/patch-GSSkipMutableArray.m
@@ -0,0 +1,10 @@
+--- GSSkipMutableArray.m.orig 2006-11-12 08:30:09.000000000 +0100
++++ GSSkipMutableArray.m 2008-05-03 09:01:46.000000000 +0200
+@@ -24,6 +24,7 @@
+ #include <Foundation/NSException.h>
+ #include <Foundation/NSValue.h>
+ #include <Foundation/NSEnumerator.h>
++#include <Foundation/NSDictionary.h>
+
+ #include "GSSkipMutableArray.h"
+ #include "GSIndexedSkipList.h"