mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
12 lines
278 B
C
12 lines
278 B
C
--- src/gdb/gdb/target-float.c.orig 2019-10-26 00:03:38 UTC
|
|
+++ src/gdb/gdb/target-float.c
|
|
@@ -1153,7 +1153,9 @@ host_float_ops<T>::compare (const gdb_byte *x, const s
|
|
|
|
#ifdef HAVE_LIBMPFR
|
|
|
|
+#ifndef MPFR_USE_INTMAX_T
|
|
#define MPFR_USE_INTMAX_T
|
|
+#endif
|
|
|
|
#include <mpfr.h>
|
|
|