summaryrefslogtreecommitdiff
path: root/audio/musicbox/patches
diff options
context:
space:
mode:
authortron <tron>2001-10-15 06:59:04 +0000
committertron <tron>2001-10-15 06:59:04 +0000
commit3b6fdd1af14e7458e54a6332e1e17e829d48d58f (patch)
tree6708e13451d86892cf54a9f0bdefbbaa8ef5d4f6 /audio/musicbox/patches
parente0ee112953e631a99304d39e93981ea14c4e487c (diff)
downloadpkgsrc-3b6fdd1af14e7458e54a6332e1e17e829d48d58f.tar.gz
Fix build problems when the new toolchain is used.
Diffstat (limited to 'audio/musicbox/patches')
-rw-r--r--audio/musicbox/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
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);