public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-calculators/kunit/files: kunit-0.5-gcc4.3.patch
@ 2008-10-24 13:03 Markus Dittrich (markusle)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Dittrich (markusle) @ 2008-10-24 13:03 UTC (permalink / raw
  To: gentoo-commits

markusle    08/10/24 13:03:51

  Added:                kunit-0.5-gcc4.3.patch
  Log:
  Revision bump fixing gcc-4.3 issues (see bug #243784).
  (Portage version: 2.2_rc12/cvs/Linux 2.6.26-SENTINEL-3 i686)

Revision  Changes    Path
1.1                  sci-calculators/kunit/files/kunit-0.5-gcc4.3.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/kunit/files/kunit-0.5-gcc4.3.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/kunit/files/kunit-0.5-gcc4.3.patch?rev=1.1&content-type=text/plain

Index: kunit-0.5-gcc4.3.patch
===================================================================
diff -Naur kunit-0.5/kunit/main.cpp kunit-0.5.new/kunit/main.cpp
--- kunit-0.5/kunit/main.cpp	2001-05-29 22:45:30.000000000 -0400
+++ kunit-0.5.new/kunit/main.cpp	2008-10-24 08:49:14.000000000 -0400
@@ -17,10 +17,14 @@
 
 #include "main_widget.h"
 
-#include <iostream.h>
+#include <iostream>
+#include <cstdlib>
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>
 
+using std::cout;
+using std::endl;
+
 int 
 main(int argc, char **argv)
 {
diff -Naur kunit-0.5/kunit/main_widgetdata.cpp kunit-0.5.new/kunit/main_widgetdata.cpp
--- kunit-0.5/kunit/main_widgetdata.cpp	2001-05-29 22:52:30.000000000 -0400
+++ kunit-0.5.new/kunit/main_widgetdata.cpp	2008-10-24 08:49:26.000000000 -0400
@@ -18,7 +18,7 @@
 #include <qapp.h>
 #include "main_widget.h"
 
-#include <iostream.h>
+#include <iostream>
 
 void  main_widget::initDialog()
 {






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-calculators/kunit/files: kunit-0.5-gcc4.3.patch
@ 2010-03-22  2:18 Ben de Groot (yngwin)
  0 siblings, 0 replies; 2+ messages in thread
From: Ben de Groot (yngwin) @ 2010-03-22  2:18 UTC (permalink / raw
  To: gentoo-commits

yngwin      10/03/22 02:18:11

  Removed:              kunit-0.5-gcc4.3.patch
  Log:
  x11-libs/qt:3 and revdeps removal, bug #283429



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-22  2:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-22  2:18 [gentoo-commits] gentoo-x86 commit in sci-calculators/kunit/files: kunit-0.5-gcc4.3.patch Ben de Groot (yngwin)
  -- strict thread matches above, loose matches on Subject: below --
2008-10-24 13:03 Markus Dittrich (markusle)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox