Author: viric
Date: Mon Aug  9 22:42:48 2010
New Revision: 23077
URL: https://svn.nixos.org/websvn/nix/?rev=23077&sc=1

Log:
Adding a yacas needed patch for it to build

Added:
   nixpkgs/trunk/pkgs/applications/science/math/yacas/gcc43.patch

Added: nixpkgs/trunk/pkgs/applications/science/math/yacas/gcc43.patch
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ nixpkgs/trunk/pkgs/applications/science/math/yacas/gcc43.patch      Mon Aug 
 9 22:42:48 2010        (r23077)
@@ -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 <stdio.h>
+-#include <ctype.h>
++#include <cstdio>
++#include <cctype>
+ #include <string>
++#include <cstring>
+ #include <map>
+ 
+ using namespace std;
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to