pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/flac Conditionally include stdint.h for Solaris<10.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8e9a363c8cb
branches:  trunk
changeset: 552133:a8e9a363c8cb
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Dec 29 05:36:39 2008 +0000

description:
Conditionally include stdint.h for Solaris<10.
Fixes build failure reported by PR 40265.

diffstat:

 audio/flac/distinfo         |   3 ++-
 audio/flac/patches/patch-ay |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 334b951cb6ef -r a8e9a363c8cb audio/flac/distinfo
--- a/audio/flac/distinfo       Mon Dec 29 02:09:20 2008 +0000
+++ b/audio/flac/distinfo       Mon Dec 29 05:36:39 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2007/11/21 12:47:04 drochner Exp $
+$NetBSD: distinfo,v 1.18 2008/12/29 05:36:39 obache Exp $
 
 SHA1 (flac-1.2.1.tar.gz) = bd54354900181b59db3089347cc84ad81e410b38
 RMD160 (flac-1.2.1.tar.gz) = bd3223c848054f0a75d11200b30f903bdd375bfc
@@ -12,3 +12,4 @@
 SHA1 (patch-ag) = 39cd81f6ad7451c572d5e5c3c697c7afaa1c65a4
 SHA1 (patch-ah) = 8a2b3d16731c5a41df5679cae915233ed63fdef0
 SHA1 (patch-ai) = 3cabee2e807e4ab3d6e24266fb7a99e86bf3f4e9
+SHA1 (patch-ay) = f3af19f5f005538580a607887e23679cc0e7f0f2
diff -r 334b951cb6ef -r a8e9a363c8cb audio/flac/patches/patch-ay
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/flac/patches/patch-ay       Mon Dec 29 05:36:39 2008 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ay,v 1.1 2008/12/29 05:36:40 obache Exp $
+
+--- include/share/alloc.h.orig 2007-09-12 05:32:21.000000000 +0000
++++ include/share/alloc.h
+@@ -29,8 +29,10 @@
+ 
+ #include <limits.h> /* for SIZE_MAX */
+ #if !defined _MSC_VER && !defined __MINGW32__ && !defined __EMX__
++#ifdef HAVE_STDINT_H
+ #include <stdint.h> /* for SIZE_MAX in case limits.h didn't get it */
+ #endif
++#endif
+ #include <stdlib.h> /* for size_t, malloc(), etc */
+ 
+ #ifndef SIZE_MAX



Home | Main Index | Thread Index | Old Index