diff options
Diffstat (limited to 'academic/qtoctave/qtoctave-0.8.1-gcc4.4.patch')
-rw-r--r-- | academic/qtoctave/qtoctave-0.8.1-gcc4.4.patch | 8 |
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) |