summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-02-06 12:09:50 +0000
committerobache <obache@pkgsrc.org>2011-02-06 12:09:50 +0000
commit3814c37c0c7c0a2f70704159977c6176fed78444 (patch)
treec65751936e96d54ae7d3302a116db1feabb81ed6
parentefbeaad982330c76800d00f0a21c759216c5e2b8 (diff)
downloadpkgsrc-3814c37c0c7c0a2f70704159977c6176fed78444.tar.gz
uintmax_t is defined in stdint.h on SUA, include it additionally.
-rw-r--r--devel/gmake/distinfo4
-rw-r--r--devel/gmake/patches/patch-aa14
2 files changed, 14 insertions, 4 deletions
diff --git a/devel/gmake/distinfo b/devel/gmake/distinfo
index bc76bc98472..d395fc3ccf6 100644
--- a/devel/gmake/distinfo
+++ b/devel/gmake/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.20 2011/01/17 14:17:29 is Exp $
+$NetBSD: distinfo,v 1.21 2011/02/06 12:09:50 obache Exp $
SHA1 (make-3.82.tar.bz2) = b8a8a99e4cb636a213aad3816dda827a92b9bbed
RMD160 (make-3.82.tar.bz2) = e3d1f7019549553b9fc7a88884c9b85d25a60d21
Size (make-3.82.tar.bz2) = 1242186 bytes
-SHA1 (patch-aa) = 38d14dd12346fece8489f41c327d1736544c16fd
+SHA1 (patch-aa) = 688c7469e8a71a06b89f5f953a6a052563d840c6
SHA1 (patch-ac) = de18956fde66fa3fc61a991bb3e6724d9c5b1eac
SHA1 (patch-af) = aafc56a38b07ad6dc1bebb602beeb8c31cbb8c49
SHA1 (patch-ah) = 0805ae7b6001283d1cc04297b762322684c113a2
diff --git a/devel/gmake/patches/patch-aa b/devel/gmake/patches/patch-aa
index 9cd2f6bb1ae..3f6c2586bdb 100644
--- a/devel/gmake/patches/patch-aa
+++ b/devel/gmake/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.12 2011/01/17 14:17:29 is Exp $
+$NetBSD: patch-aa,v 1.13 2011/02/06 12:09:50 obache Exp $
--- make.h.orig 2010-07-20 13:12:06.000000000 +0000
+++ make.h
@@ -11,7 +11,17 @@ $NetBSD: patch-aa,v 1.12 2011/01/17 14:17:29 is Exp $
char *alloca ();
# endif
# endif
-@@ -472,7 +472,7 @@ long int lseek ();
+@@ -249,6 +249,9 @@ char *strerror (int errnum);
+ #if HAVE_INTTYPES_H
+ # include <inttypes.h>
+ #endif
++#if HAVE_STDINT_H
++# include <stdint.h>
++#endif
+ #define FILE_TIMESTAMP uintmax_t
+
+ #if !defined(HAVE_STRSIGNAL)
+@@ -472,7 +475,7 @@ long int lseek ();
#endif /* Not GNU C library or POSIX. */
#ifdef HAVE_GETCWD