summaryrefslogtreecommitdiff
path: root/math/mpfr/patches
diff options
context:
space:
mode:
Diffstat (limited to 'math/mpfr/patches')
-rw-r--r--math/mpfr/patches/patch-aa15
1 files changed, 0 insertions, 15 deletions
diff --git a/math/mpfr/patches/patch-aa b/math/mpfr/patches/patch-aa
deleted file mode 100644
index f334eb4162e..00000000000
--- a/math/mpfr/patches/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2009/03/19 11:54:53 drochner Exp $
-
---- mpfr.h.orig 2009-03-18 19:16:07.000000000 +0100
-+++ mpfr.h
-@@ -23,6 +23,10 @@ MA 02110-1301, USA. */
- #ifndef __MPFR_H
- #define __MPFR_H
-
-+#ifdef HAVE_STDINT_H
-+#include <stdint.h>
-+#endif
-+
- /* Define MPFR version number */
- #define MPFR_VERSION_MAJOR 2
- #define MPFR_VERSION_MINOR 4