Update the default Objective-C compiler. Fix various build failures in GNUstep ports from newer versions of the GNUstep core libraries and from changes to GNUstep Make. Update various ports that use GNUstep and bump the portrevision of the ones that haven't had a new release.
10 lines
270 B
Mathematica
10 lines
270 B
Mathematica
--- General/NSArray+Additions.m.orig 2007-02-14 23:28:57 UTC
|
|
+++ General/NSArray+Additions.m
|
|
@@ -19,6 +19,7 @@
|
|
*/
|
|
|
|
#include "NSArray+Additions.h"
|
|
+#include "Foundation/NSEnumerator.h"
|
|
#include "Macros.h"
|
|
|
|
// Enumerator of objects in a range of indexes of an array
|