mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-09 03:55:20 +02:00
First steps at making this cross build for libreoffice to become cross buildable as well. Help is welcome.
13 lines
284 B
Diff
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
|
|
{
|
|
|