summaryrefslogtreecommitdiff
path: root/audio/musicbox
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-10-15 06:59:04 +0000
committertron <tron@pkgsrc.org>2001-10-15 06:59:04 +0000
commitf001db8abdaa8acf68e30ef79b43eeb600313d4b (patch)
tree6708e13451d86892cf54a9f0bdefbbaa8ef5d4f6 /audio/musicbox
parentc4afba3498f72d16b2f2576a6b999f986613a8a3 (diff)
downloadpkgsrc-f001db8abdaa8acf68e30ef79b43eeb600313d4b.tar.gz
Fix build problems when the new toolchain is used.
Diffstat (limited to 'audio/musicbox')
-rw-r--r--audio/musicbox/distinfo3
-rw-r--r--audio/musicbox/patches/patch-af13
2 files changed, 15 insertions, 1 deletions
diff --git a/audio/musicbox/distinfo b/audio/musicbox/distinfo
index 8486a422297..7ccf0894b0c 100644
--- a/audio/musicbox/distinfo
+++ b/audio/musicbox/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2001/09/14 03:34:44 jlam Exp $
+$NetBSD: distinfo,v 1.4 2001/10/15 06:59:04 tron Exp $
SHA1 (musicbox-1.01p2.tgz) = 7dd8b192349783746918b0d3074bec11f3aaf9d8
Size (musicbox-1.01p2.tgz) = 44119 bytes
@@ -7,3 +7,4 @@ SHA1 (patch-ab) = a59f798aebc8df7b61cfb3036add624c385a3884
SHA1 (patch-ac) = e4dc17b497577209aa83a320413bb23456ecfd60
SHA1 (patch-ad) = 0e7032f2d5efce2a6b0eafdb2584267b4d164c56
SHA1 (patch-ae) = c8c6c17dad38c705eba931f11cbbb1a515def9f0
+SHA1 (patch-af) = 70626b572bbd26e668df4d6bfe3ac05c59277328
diff --git a/audio/musicbox/patches/patch-af b/audio/musicbox/patches/patch-af
new file mode 100644
index 00000000000..531fbd5a5cd
--- /dev/null
+++ b/audio/musicbox/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2001/10/15 06:59:05 tron Exp $
+
+--- MultiListBox.h.orig Wed Nov 12 19:57:00 1997
++++ MultiListBox.h Mon Oct 15 08:57:34 2001
+@@ -16,7 +16,7 @@
+ Pic = i->Pic;
+ Text = i->Text;
+ }
+- setPixmap(QPixmap& p) {Pic = p;}
++ void setPixmap(QPixmap& p) {Pic = p;}
+ int Width(MultiListBox *box);
+ int Height(MultiListBox *box,int max_w);
+ void Paint(QPainter *p,int w,int h,int flag=0);