void-packages/srcpkgs/firebird3/patches/fix-std-isnan.patch
Jürgen Buchmüller 54c3eb4204 firebird3: update to 3.0.6.33328
First steps at making this cross build for libreoffice to
become cross buildable as well. Help is welcome.
2020-09-17 06:51:21 +02:00

13 lines
284 B
Diff

--- a/src/common/classes/FpeControl.h 2020-06-26 12:02:51.000000000 +0200
+++ b/src/common/classes/FpeControl.h 2020-09-17 06:04:30.516565361 +0200
@@ -42,6 +42,10 @@
#include <ieeefp.h>
#endif
+#if !defined(__GLIBC__)
+#define isinf std::isinf
+#endif
+
namespace Firebird
{