dia rebuild.

This commit is contained in:
4fury-c3440d8
2023-03-09 22:49:08 +03:00
parent 480d87a86b
commit f099cfcaf0
8 changed files with 109 additions and 212 deletions
+16
View File
@@ -0,0 +1,16 @@
--- ./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;
}