Fix build with newer GCC

This commit is contained in:
joerg 2011-12-05 22:50:25 +00:00
parent fb47e28641
commit cb65ec27f9
2 changed files with 14 additions and 1 deletions

View file

@ -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

View file

@ -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>