dia: fix musl build (alpine patch)
This commit is contained in:
parent
aca772362f
commit
1f01bad8b4
16
srcpkgs/dia/patches/isinf.patch
Normal file
16
srcpkgs/dia/patches/isinf.patch
Normal 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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user