diff options
Diffstat (limited to 'math/libproj4/files/patch-proj_ftmerc.c')
-rw-r--r-- | math/libproj4/files/patch-proj_ftmerc.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/math/libproj4/files/patch-proj_ftmerc.c b/math/libproj4/files/patch-proj_ftmerc.c deleted file mode 100644 index 10ecb31e7930..000000000000 --- a/math/libproj4/files/patch-proj_ftmerc.c +++ /dev/null @@ -1,13 +0,0 @@ ---- ./proj_ftmerc.c.orig 2008-11-20 18:40:28.000000000 +0100 -+++ ./proj_ftmerc.c 2014-10-16 21:31:30.000000000 +0200 -@@ -31,6 +31,10 @@ - #define PROJ_LIB__ - #include <lib_proj.h> - #include <complex.h> -+#include <sys/param.h> -+#if defined(__FreeBSD__) && (__FreeBSD_version < 1000034) -+# include <missing_complex.h> -+#endif - PROJ_HEAD(ftmerc, "French Transverse Mercator") "\n\tCyl, Ell"; - - /* forward series constants */ |