pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/libsidplay2 make this build with newer g++
details: https://anonhg.NetBSD.org/pkgsrc/rev/76a63125851a
branches: trunk
changeset: 528038:76a63125851a
user: drochner <drochner%pkgsrc.org@localhost>
date: Thu Apr 19 18:21:52 2007 +0000
description:
make this build with newer g++
diffstat:
audio/libsidplay2/distinfo | 3 ++-
audio/libsidplay2/patches/patch-ab | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 9727710b30ff -r 76a63125851a audio/libsidplay2/distinfo
--- a/audio/libsidplay2/distinfo Thu Apr 19 18:16:36 2007 +0000
+++ b/audio/libsidplay2/distinfo Thu Apr 19 18:21:52 2007 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2006/04/19 16:51:47 joerg Exp $
+$NetBSD: distinfo,v 1.3 2007/04/19 18:21:52 drochner Exp $
SHA1 (sidplay-libs-2.1.1.tar.gz) = 8af6350866edc30b0d331e075fa97292f6f645a5
RMD160 (sidplay-libs-2.1.1.tar.gz) = 1ce4c3cb80470a834c5887b3f3be0b61ca71e4cd
Size (sidplay-libs-2.1.1.tar.gz) = 1900252 bytes
SHA1 (patch-aa) = 78d39563d5296070ef4dd7f51df39f488dcc5343
+SHA1 (patch-ab) = 9013c29637ba0c9f07052049b6a77541c76e8c90
diff -r 9727710b30ff -r 76a63125851a audio/libsidplay2/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libsidplay2/patches/patch-ab Thu Apr 19 18:21:52 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2007/04/19 18:21:52 drochner Exp $
+
+--- ./libsidutils/include/sidplay/utils/SidUsage.h.orig 2007-04-19 19:09:47.000000000 +0200
++++ ./libsidutils/include/sidplay/utils/SidUsage.h
+@@ -33,7 +33,7 @@ struct sid2_usage_t: public sid_usage_t
+ uint_least16_t length; // usage scan length
+
+ // Copy common parts of basic usage to extended usage.
+- sid2_usage_t &sid2_usage_t::operator= (const sid_usage_t &usage)
++ sid2_usage_t &operator= (const sid_usage_t &usage)
+ {
+ *((sid_usage_t *) this) = usage;
+ return *this;
Home |
Main Index |
Thread Index |
Old Index