31e0b9f12c
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.
12 lines
339 B
Objective-C
12 lines
339 B
Objective-C
--- SpaceTimeViewer/DrawView+Finding.m.orig 2006-10-29 19:52:48 UTC
|
|
+++ SpaceTimeViewer/DrawView+Finding.m
|
|
@@ -24,7 +24,9 @@
|
|
#include "DrawView.h"
|
|
|
|
#include <math.h>
|
|
+#if !defined(__FreeBSD__) && !defined(__DragonFly__)
|
|
#include <values.h>
|
|
+#endif
|
|
|
|
|
|
// returns a rectangle that is the same as rect but has positive height and width
|