From 456d3f41ae2faa1618eb8c62d16eaf863aa27b2c Mon Sep 17 00:00:00 2001 From: LluĂ­s Batlle i Rossell Date: Mon, 9 Aug 2010 22:42:48 +0000 Subject: Adding a yacas needed patch for it to build svn path=/nixpkgs/trunk/; revision=23077 --- pkgs/applications/science/math/yacas/gcc43.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pkgs/applications/science/math/yacas/gcc43.patch (limited to 'pkgs/applications/science/math/yacas') diff --git a/pkgs/applications/science/math/yacas/gcc43.patch b/pkgs/applications/science/math/yacas/gcc43.patch new file mode 100644 index 0000000000000..054f80cff927e --- /dev/null +++ b/pkgs/applications/science/math/yacas/gcc43.patch @@ -0,0 +1,17 @@ +Taken from gentoo: +http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/yacas/files/yacas-1.2.2-gcc43.patch?rev=1.1&view=markup +Index: yacas-1.2.2-gcc43.patch +=================================================================== +--- a/manmake/manripper.cpp ++++ b/manmake/manripper.cpp +@@ -1,7 +1,8 @@ + +-#include +-#include ++#include ++#include + #include ++#include + #include + + using namespace std; -- cgit 1.4.1