diff options
Diffstat (limited to 'science/paje/files/patch-SpaceTimeViewer_DrawView+Drawing.m')
-rw-r--r-- | science/paje/files/patch-SpaceTimeViewer_DrawView+Drawing.m | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/science/paje/files/patch-SpaceTimeViewer_DrawView+Drawing.m b/science/paje/files/patch-SpaceTimeViewer_DrawView+Drawing.m new file mode 100644 index 000000000000..6b385b860b31 --- /dev/null +++ b/science/paje/files/patch-SpaceTimeViewer_DrawView+Drawing.m @@ -0,0 +1,14 @@ +--- SpaceTimeViewer/DrawView+Drawing.m.orig 2007-02-16 13:23:30 UTC ++++ SpaceTimeViewer/DrawView+Drawing.m +@@ -23,7 +23,11 @@ + + #include "DrawView.h" + #ifdef GNUSTEP ++# if !defined(__FreeBSD__) && !defined(__DragonFly__) + #include <values.h> ++# else ++#include <math.h> ++# endif + #endif + + #include "../General/Association.h" |