pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/vls Added a fix for the recent bulk build o...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e585fe9a3aae
branches: trunk
changeset: 515152:e585fe9a3aae
user: rillig <rillig%pkgsrc.org@localhost>
date: Mon Jun 26 11:30:05 2006 +0000
description:
Added a fix for the recent bulk build on NetBSD 3.0.
diffstat:
multimedia/vls/distinfo | 3 ++-
multimedia/vls/patches/patch-aj | 21 +++++++++++++++++++++
2 files changed, 23 insertions(+), 1 deletions(-)
diffs (39 lines):
diff -r 1484a09885d5 -r e585fe9a3aae multimedia/vls/distinfo
--- a/multimedia/vls/distinfo Mon Jun 26 11:20:47 2006 +0000
+++ b/multimedia/vls/distinfo Mon Jun 26 11:30:05 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2006/05/11 17:59:57 joerg Exp $
+$NetBSD: distinfo,v 1.7 2006/06/26 11:30:05 rillig Exp $
SHA1 (vls-0.5.6/vls-0.5.6.tar.gz) = f61acab2d1b9093677de516b63aef534b0cd81b7
RMD160 (vls-0.5.6/vls-0.5.6.tar.gz) = 5fdcd718db4caa624ad092c4cdddca2fc62b0d15
@@ -12,3 +12,4 @@
SHA1 (patch-ag) = 9c45a5be74f46c67caca043a28de7d36bfc9564c
SHA1 (patch-ah) = e3936ced3b16e97a242102f525dfb0bbfd11d33f
SHA1 (patch-ai) = 4fdebf473eb5be7937ef8e5ac7d63e474b9418b3
+SHA1 (patch-aj) = 9e8255f4c45c74a241333511358ca8f14898f2da
diff -r 1484a09885d5 -r e585fe9a3aae multimedia/vls/patches/patch-aj
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/vls/patches/patch-aj Mon Jun 26 11:30:05 2006 +0000
@@ -0,0 +1,21 @@
+$NetBSD: patch-aj,v 1.1 2006/06/26 11:30:06 rillig Exp $
+
+libdvdread needs the definitions from <inttypes.h>.
+
+--- src/modules/dvdreader/dvdreader.cpp.orig 2002-09-04 12:56:34.000000000 +0200
++++ src/modules/dvdreader/dvdreader.cpp 2006-06-26 13:27:52.000000000 +0200
+@@ -30,6 +30,14 @@
+ //------------------------------------------------------------------------------
+ #include "../../core/defs.h"
+
++#define __STDC_LIMIT_MACROS
++#if defined(HAVE_INTTYPES_H)
++# include <inttypes.h>
++#endif
++#if defined(HAVE_STDINT_H)
++# include <stdint.h>
++#endif
++
+ #include "../../core/core.h"
+
+ #include "../../core/iso_lang.h"
Home |
Main Index |
Thread Index |
Old Index