summaryrefslogtreecommitdiffstats
path: root/academic/qtoctave/qtoctave-0.8.1-gcc4.4.patch
diff options
context:
space:
mode:
author dsomero <xgizzmo@gmail.com>2010-05-23 20:48:39 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-05-23 23:30:51 -0500
commit7321fbe203bff44d3a24706e25c3269f6a2c857c (patch)
treebf1d872482ff97c783d41405973c43791d60d922 /academic/qtoctave/qtoctave-0.8.1-gcc4.4.patch
parent2d344bfb2f03d961804dcdf1c288b53742b8ba24 (diff)
downloadslackbuilds-7321fbe203bff44d3a24706e25c3269f6a2c857c.tar.gz
slackbuilds-7321fbe203bff44d3a24706e25c3269f6a2c857c.tar.xz
academic/qtoctave: Miscellaneous cleanups and patch.
Cleaned up build and added a patch for gcc4.4.
Diffstat (limited to 'academic/qtoctave/qtoctave-0.8.1-gcc4.4.patch')
-rw-r--r--academic/qtoctave/qtoctave-0.8.1-gcc4.4.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/academic/qtoctave/qtoctave-0.8.1-gcc4.4.patch b/academic/qtoctave/qtoctave-0.8.1-gcc4.4.patch
new file mode 100644
index 0000000000..4bc26f858c
--- /dev/null
+++ b/academic/qtoctave/qtoctave-0.8.1-gcc4.4.patch
@@ -0,0 +1,8 @@
+diff -Naur qtoctave-0.8.1/qtoctave/src/search_dialog.cpp qtoctave-0.8.1.new/qtoctave/src/search_dialog.cpp
+--- qtoctave-0.8.1/qtoctave/src/search_dialog.cpp 2008-09-21 05:00:30.000000000 -0400
++++ qtoctave-0.8.1.new/qtoctave/src/search_dialog.cpp 2009-07-31 09:04:20.000000000 -0400
+@@ -1,3 +1,4 @@
++#include <cstdio>
+ #include "search_dialog.h"
+
+ SearchDialog::SearchDialog(QWidget *parent): QDialog(parent)