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.
11 lines
293 B
Objective-C
11 lines
293 B
Objective-C
--- NickSpace.bproj/NickSpaceView.m.orig 2005-06-27 23:53:04 UTC
|
|
+++ NickSpace.bproj/NickSpaceView.m
|
|
@@ -1,6 +1,8 @@
|
|
#import "NickSpaceView.h"
|
|
#import <AppKit/AppKit.h>
|
|
+#if !defined(__FreeBSD__) && !defined(__DragonFly__)
|
|
#import <values.h>
|
|
+#endif
|
|
#import <time.h>
|
|
#import <limits.h>
|
|
|