diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-12-26 18:18:49 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-12-26 18:18:49 +0000 |
commit | 3e5d9af550fa56988f96694fae42e7e876b86fc6 (patch) | |
tree | 86c822aa853fb9aa75842b6426fb9dcbbf4710bc /app-cdr/cdrdao/files | |
parent | oggvorbis Cleanup (diff) | |
download | gentoo-2-3e5d9af550fa56988f96694fae42e7e876b86fc6.tar.gz gentoo-2-3e5d9af550fa56988f96694fae42e7e876b86fc6.tar.bz2 gentoo-2-3e5d9af550fa56988f96694fae42e7e876b86fc6.zip |
Added a patch to fix build with gcc-4.1 by Mark Loeser <halcy0n@gentoo.org>. Closes bug #115702.
(Portage version: 2.1_pre2)
Diffstat (limited to 'app-cdr/cdrdao/files')
-rw-r--r-- | app-cdr/cdrdao/files/cdrdao-1.2.1-gcc41.patch | 13 | ||||
-rw-r--r-- | app-cdr/cdrdao/files/digest-cdrdao-1.2.1-r1 | 1 |
2 files changed, 14 insertions, 0 deletions
diff --git a/app-cdr/cdrdao/files/cdrdao-1.2.1-gcc41.patch b/app-cdr/cdrdao/files/cdrdao-1.2.1-gcc41.patch new file mode 100644 index 000000000000..f966143fe8d6 --- /dev/null +++ b/app-cdr/cdrdao/files/cdrdao-1.2.1-gcc41.patch @@ -0,0 +1,13 @@ +diff -ur cdrdao-1.2.1-orig/xdao/ProgressDialog.h cdrdao-1.2.1/xdao/ProgressDialog.h +--- cdrdao-1.2.1-orig/xdao/ProgressDialog.h 2005-12-17 02:40:51.000000000 -0500 ++++ cdrdao-1.2.1/xdao/ProgressDialog.h 2005-12-17 02:43:54.000000000 -0500 +@@ -62,7 +62,7 @@ + bool leadTimeFilled_; + + struct timeval time_; +- bool ProgressDialog::time(); ++ bool time(); + + Gtk::Button *cancelButton_; + Gtk::Button *closeButton_; + diff --git a/app-cdr/cdrdao/files/digest-cdrdao-1.2.1-r1 b/app-cdr/cdrdao/files/digest-cdrdao-1.2.1-r1 new file mode 100644 index 000000000000..cb939246dd5b --- /dev/null +++ b/app-cdr/cdrdao/files/digest-cdrdao-1.2.1-r1 @@ -0,0 +1 @@ +MD5 d959c98e08105b5b8380de275bac1413 cdrdao-1.2.1.tar.gz 1728003 |