diff options
Diffstat (limited to 'devel/mercator')
-rw-r--r-- | devel/mercator/files/patch-Merecator-iround.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/mercator/files/patch-Merecator-iround.h b/devel/mercator/files/patch-Merecator-iround.h index 1bac80e786a9..cd1a2cadbfec 100644 --- a/devel/mercator/files/patch-Merecator-iround.h +++ b/devel/mercator/files/patch-Merecator-iround.h @@ -1,6 +1,6 @@ --- Mercator/iround.h.orig Tue Oct 4 01:25:06 2005 +++ Mercator/iround.h Tue Oct 4 01:31:36 2005 -@@ -9,6 +9,16 @@ +@@ -9,6 +9,17 @@ #error iround.h must be included after config.h #endif @@ -12,6 +12,7 @@ +extern float rintf __P((float)); +} +#endif ++#include <cmath> +#endif + #ifdef HAVE_LRINTF |