diff options
Diffstat (limited to 'audio/amarok-kde3/patches/patch-ae')
-rw-r--r-- | audio/amarok-kde3/patches/patch-ae | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/amarok-kde3/patches/patch-ae b/audio/amarok-kde3/patches/patch-ae new file mode 100644 index 00000000000..4e563825bc2 --- /dev/null +++ b/audio/amarok-kde3/patches/patch-ae @@ -0,0 +1,15 @@ +$NetBSD: patch-ae,v 1.1 2011/01/29 21:36:10 markd Exp $ + +fix build with gcc4.5 + +--- amarok/src/osd.h.orig 2008-08-13 21:21:51.000000000 +0000 ++++ amarok/src/osd.h +@@ -37,7 +37,7 @@ class OSDWidget : public QWidget + + public slots: + /** calls setText() then show(), after setting image if needed */ +- void show( const QString &text, QImage newImage = QImage::QImage() ); ++ void show( const QString &text, QImage newImage = QImage() ); + void ratingChanged( const short rating ); + void ratingChanged( const QString& path, int rating ); + void volChanged( unsigned char volume ); |