diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2011-12-17 05:52:45 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2011-12-17 05:52:45 +0000 |
commit | 8e77db8837d9a5bb7f9f2b1174cba1b15e4cbd3f (patch) | |
tree | 2f14d4c5e17a3a7fa47c86d72da50edeb4a73a92 /sci-mathematics | |
parent | Added patch for python-3, thanks Johan Bergström, bug #393679 (diff) | |
download | gentoo-2-8e77db8837d9a5bb7f9f2b1174cba1b15e4cbd3f.tar.gz gentoo-2-8e77db8837d9a5bb7f9f2b1174cba1b15e4cbd3f.tar.bz2 gentoo-2-8e77db8837d9a5bb7f9f2b1174cba1b15e4cbd3f.zip |
Readding missing patch
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/qtoctave/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/qtoctave/files/qtoctave-0.8.1-gcc4.4.patch | 8 |
2 files changed, 13 insertions, 1 deletions
diff --git a/sci-mathematics/qtoctave/ChangeLog b/sci-mathematics/qtoctave/ChangeLog index bd4534a6e51a..d9238e681ceb 100644 --- a/sci-mathematics/qtoctave/ChangeLog +++ b/sci-mathematics/qtoctave/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/qtoctave # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/ChangeLog,v 1.17 2011/11/25 18:33:35 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/ChangeLog,v 1.18 2011/12/17 05:52:45 bicatali Exp $ + + 17 Dec 2011; Sébastien Fabbro <bicatali@gentoo.org> + +files/qtoctave-0.8.1-gcc4.4.patch: + Readding missing patch 25 Nov 2011; Sébastien Fabbro <bicatali@gentoo.org> -qtoctave-0.8.1.ebuild, -files/qtoctave-0.8.1-gcc4.4.patch, -qtoctave-0.8.2.ebuild, diff --git a/sci-mathematics/qtoctave/files/qtoctave-0.8.1-gcc4.4.patch b/sci-mathematics/qtoctave/files/qtoctave-0.8.1-gcc4.4.patch new file mode 100644 index 000000000000..4bc26f858cb5 --- /dev/null +++ b/sci-mathematics/qtoctave/files/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) |