aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dia/isinf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/dia/isinf.patch')
-rw-r--r--testing/dia/isinf.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/dia/isinf.patch b/testing/dia/isinf.patch
deleted file mode 100644
index 4cd4adbc86..0000000000
--- a/testing/dia/isinf.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- ./configure.orig
-+++ ./configure
-@@ -17436,11 +17436,11 @@
- #ifdef __cplusplus
- extern "C"
- #endif
--char isinf ();
-+#include <math.h>
- int
- main ()
- {
--return isinf ();
-+return isinf (0.0);
- ;
- return 0;
- }