pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/mpfr Fix DragonFly: include stdint.h.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f4bf92e17e2d
branches: trunk
changeset: 510082:f4bf92e17e2d
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Mar 24 10:35:29 2006 +0000
description:
Fix DragonFly: include stdint.h.
diffstat:
math/mpfr/distinfo | 3 ++-
math/mpfr/patches/patch-aa | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r 509d52d383ff -r f4bf92e17e2d math/mpfr/distinfo
--- a/math/mpfr/distinfo Fri Mar 24 10:09:14 2006 +0000
+++ b/math/mpfr/distinfo Fri Mar 24 10:35:29 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2006/03/02 19:09:39 drochner Exp $
+$NetBSD: distinfo,v 1.4 2006/03/24 10:35:29 joerg Exp $
SHA1 (mpfr-2.2.0-060221/mpfr-2.2.0.tar.gz) = 4b284df87e0adac4d00b573d48ab77ff8ef6de75
RMD160 (mpfr-2.2.0-060221/mpfr-2.2.0.tar.gz) = ea16ccba121eaa3f92b4b2fac31e9a60de9b118b
@@ -6,3 +6,4 @@
SHA1 (mpfr-2.2.0-060221/patches) = 3c4680500722e349d4dd4d515098b64e535fd054
RMD160 (mpfr-2.2.0-060221/patches) = 031e2a081318bce2a9faaa6d912995ec74fbadaf
Size (mpfr-2.2.0-060221/patches) = 44540 bytes
+SHA1 (patch-aa) = afb281d1f954af759f81b7ed2039c97a285065da
diff -r 509d52d383ff -r f4bf92e17e2d math/mpfr/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/mpfr/patches/patch-aa Fri Mar 24 10:35:29 2006 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.3 2006/03/24 10:35:29 joerg Exp $
+
+--- mpfr.h.orig 2006-03-24 10:17:08.000000000 +0000
++++ mpfr.h
+@@ -22,6 +22,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 2
Home |
Main Index |
Thread Index |
Old Index