diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2006-10-16 14:20:20 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2006-10-16 14:20:20 +0000 |
commit | 794219cd093d89140eee76b289096cd897f88b46 (patch) | |
tree | 7db418e7ff5f8b70b8bfcf562fccecc5298620d4 /media-sound/prokyon3/files/prokyon3-0.9.4-gcc41.patch | |
parent | version bump (diff) | |
download | historical-794219cd093d89140eee76b289096cd897f88b46.tar.gz historical-794219cd093d89140eee76b289096cd897f88b46.tar.bz2 historical-794219cd093d89140eee76b289096cd897f88b46.zip |
Fixed gcc-4.1 compile issue, bug 140999.
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'media-sound/prokyon3/files/prokyon3-0.9.4-gcc41.patch')
-rw-r--r-- | media-sound/prokyon3/files/prokyon3-0.9.4-gcc41.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/media-sound/prokyon3/files/prokyon3-0.9.4-gcc41.patch b/media-sound/prokyon3/files/prokyon3-0.9.4-gcc41.patch new file mode 100644 index 000000000000..b9252417d1d3 --- /dev/null +++ b/media-sound/prokyon3/files/prokyon3-0.9.4-gcc41.patch @@ -0,0 +1,26 @@ +diff -Naur prokyon3-0.9.4.orig/src/configuration.h prokyon3-0.9.4/src/configuration.h +--- prokyon3-0.9.4.orig/src/configuration.h 2005-11-14 23:03:49.000000000 +0900 ++++ prokyon3-0.9.4/src/configuration.h 2006-10-15 14:06:01.000000000 +0900 +@@ -159,8 +159,8 @@ + ~Configuration(); + + private: +- QValueList<int> Configuration::listString2Int( QStringList qs); +- QStringList Configuration::listInt2String( QValueList<int> qi); ++ QValueList<int> listString2Int( QStringList qs); ++ QStringList listInt2String( QValueList<int> qi); + int startuptip, readid3v2, writeid3v2, autoconn, autohide, avoidhdd, avoidsmb, avoidnfs; + #ifdef HAVE_MEXTRAS + int checkartist, checkcover, checklyrics, checkalbum, checktracks, checkbiography, checkyears; +diff -Naur prokyon3-0.9.4.orig/src/progressdialogscroll.h prokyon3-0.9.4/src/progressdialogscroll.h +--- prokyon3-0.9.4.orig/src/progressdialogscroll.h 2005-11-14 22:57:18.000000000 +0900 ++++ prokyon3-0.9.4/src/progressdialogscroll.h 2006-10-15 14:06:21.000000000 +0900 +@@ -32,7 +32,7 @@ + setMinimumHeight( 200 ); + setMinimumWidth( 500 ); + } +- void ProgressDialogScroll::resizeEvent( QResizeEvent *ev ) { ++ void resizeEvent( QResizeEvent *ev ) { + QProgressDialog::resizeEvent( ev ); + QRect rct = static_cast<QWidget*>(this->child("label","QLabel"))->geometry(); + rct.setTop(2); |