diff options
author | joerg <joerg@pkgsrc.org> | 2011-12-05 22:50:25 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-12-05 22:50:25 +0000 |
commit | f7a0d1994711a00c28adc3deb5005509a234b2bb (patch) | |
tree | fc0da7154542a1f5192a81bb6a8fad0ef97b253c /math | |
parent | 5ea484e8188ebc6f40e9ec1e38618d0672530bca (diff) | |
download | pkgsrc-f7a0d1994711a00c28adc3deb5005509a234b2bb.tar.gz |
Fix build with newer GCC
Diffstat (limited to 'math')
-rw-r--r-- | math/yacas/distinfo | 3 | ||||
-rw-r--r-- | math/yacas/patches/patch-manmake_manripper.cpp | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/math/yacas/distinfo b/math/yacas/distinfo index c83665a1202..fbf75a9e7ca 100644 --- a/math/yacas/distinfo +++ b/math/yacas/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.10 2009/09/05 13:07:09 asau Exp $ +$NetBSD: distinfo,v 1.11 2011/12/05 22:50:25 joerg Exp $ SHA1 (yacas-1.2.2.tar.gz) = 8e753c22c207a5aa5e9fd2a9d519605d5b73d5b9 RMD160 (yacas-1.2.2.tar.gz) = 6c49ca60e4f1f92e7d30e8d91b6126e55d77321b Size (yacas-1.2.2.tar.gz) = 1203303 bytes +SHA1 (patch-manmake_manripper.cpp) = c474c025f10b58517676e4146d6f0b58eff5a65a diff --git a/math/yacas/patches/patch-manmake_manripper.cpp b/math/yacas/patches/patch-manmake_manripper.cpp new file mode 100644 index 00000000000..2f0f71a1a7f --- /dev/null +++ b/math/yacas/patches/patch-manmake_manripper.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-manmake_manripper.cpp,v 1.1 2011/12/05 22:50:25 joerg Exp $ + +--- manmake/manripper.cpp.orig 2011-12-05 19:19:26.000000000 +0000 ++++ manmake/manripper.cpp +@@ -1,6 +1,7 @@ + + #include <stdio.h> + #include <ctype.h> ++#include <cstring> + #include <string> + #include <map> + |