mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 08:51:25 +02:00
17 lines
215 B
Diff
17 lines
215 B
Diff
--- ./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;
|
|
}
|