diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-09-28 19:17:57 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-09-28 19:17:57 +0000 |
commit | fe0bd7cc5e3a46c63b95f648cc45c1ade3d24d51 (patch) | |
tree | 40b7cd0e1cfccc21b842fcd9ed0b83c7da44bb2f /science/paje/files | |
parent | e2a471616b03bb5da6607af7d59b1850286aaae0 (diff) |
Notes
Diffstat (limited to 'science/paje/files')
-rw-r--r-- | science/paje/files/patch-DrawView+Drawing.m | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/science/paje/files/patch-DrawView+Drawing.m b/science/paje/files/patch-DrawView+Drawing.m new file mode 100644 index 000000000000..f04b961e6cef --- /dev/null +++ b/science/paje/files/patch-DrawView+Drawing.m @@ -0,0 +1,14 @@ +--- SpaceTimeViewer/DrawView+Drawing.m.orig Mon Jan 9 02:13:30 2006 ++++ SpaceTimeViewer/DrawView+Drawing.m Thu Sep 28 20:56:39 2006 +@@ -23,7 +23,11 @@ + + #include "DrawView.h" + #ifdef GNUSTEP ++#ifndef __FreeBSD__ + #include <values.h> ++#else ++#include <math.h> ++#endif + #endif + + @implementation DrawView (Drawing) |