diff options
author | David Chisnall <theraven@FreeBSD.org> | 2017-08-21 13:26:28 +0000 |
---|---|---|
committer | David Chisnall <theraven@FreeBSD.org> | 2017-08-21 13:26:28 +0000 |
commit | 31e0b9f12cc7c944cfa44082f5ff6c94615f8d68 (patch) | |
tree | 1818a753b93ff1ef78365147f674b9e83bcf0048 /science/paje/files/patch-SpaceTimeViewer_DrawView+Finding.m | |
parent | Don't set WRKSRC when USE_GITHUB. Use the correct GH_ACCOUNT/GH_PROJECT, (diff) |
Update GNUstep core libraries.
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.
Diffstat (limited to 'science/paje/files/patch-SpaceTimeViewer_DrawView+Finding.m')
-rw-r--r-- | science/paje/files/patch-SpaceTimeViewer_DrawView+Finding.m | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/science/paje/files/patch-SpaceTimeViewer_DrawView+Finding.m b/science/paje/files/patch-SpaceTimeViewer_DrawView+Finding.m new file mode 100644 index 000000000000..e406eacd0759 --- /dev/null +++ b/science/paje/files/patch-SpaceTimeViewer_DrawView+Finding.m @@ -0,0 +1,12 @@ +--- 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 |