aboutsummaryrefslogtreecommitdiff
path: root/math/grace/files/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'math/grace/files/patch-ai')
-rw-r--r--math/grace/files/patch-ai15
1 files changed, 0 insertions, 15 deletions
diff --git a/math/grace/files/patch-ai b/math/grace/files/patch-ai
deleted file mode 100644
index e564e1627c66..000000000000
--- a/math/grace/files/patch-ai
+++ /dev/null
@@ -1,15 +0,0 @@
---- cmath.h.orig Fri Dec 12 21:33:45 2003
-+++ cmath.h Thu Jan 22 22:22:45 2004
-@@ -175,5 +175,12 @@
- #endif
-
- #if !defined(HAVE_ISNAN_DECL) && !defined(HAVE_ISNAN_MACRO)
-+#ifdef __FreeBSD__
-+# include <sys/param.h>
-+# if __FreeBSD_version < 500100
-+extern int isnan ( double x );
-+# endif
-+#endif
-+#else
- extern int isnan ( double x );
- #endif