diff options
author | asau <asau@pkgsrc.org> | 2012-03-23 21:21:36 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-03-23 21:21:36 +0000 |
commit | 318da914288c3e7c3ac1c1d1de8ed4b1ab13c74d (patch) | |
tree | a726ed8ff5c6b861c98cfd57253864c4114326b1 | |
parent | 928d18b5b90aa24b84e97938846b2e0023203029 (diff) | |
download | pkgsrc-318da914288c3e7c3ac1c1d1de8ed4b1ab13c74d.tar.gz |
Add forgotten patches.
-rw-r--r-- | math/openaxiom/patches/patch-src_hyper_htadd.c | 12 | ||||
-rw-r--r-- | math/openaxiom/patches/patch-src_hyper_lex.c | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/math/openaxiom/patches/patch-src_hyper_htadd.c b/math/openaxiom/patches/patch-src_hyper_htadd.c new file mode 100644 index 00000000000..6b16baf0c0b --- /dev/null +++ b/math/openaxiom/patches/patch-src_hyper_htadd.c @@ -0,0 +1,12 @@ +$NetBSD: patch-src_hyper_htadd.c,v 1.1 2012/03/23 21:21:36 asau Exp $ + +--- src/hyper/htadd.c.orig 2011-07-07 19:04:11.000000000 +0000 ++++ src/hyper/htadd.c +@@ -43,6 +43,7 @@ + #include <stdlib.h> + #include <sys/stat.h> + #include <stdlib.h> ++#include <string.h> + #include <locale.h> + + #include "cfuns.h" diff --git a/math/openaxiom/patches/patch-src_hyper_lex.c b/math/openaxiom/patches/patch-src_hyper_lex.c new file mode 100644 index 00000000000..d7e1caf9f10 --- /dev/null +++ b/math/openaxiom/patches/patch-src_hyper_lex.c @@ -0,0 +1,12 @@ +$NetBSD: patch-src_hyper_lex.c,v 1.1 2012/03/23 21:21:36 asau Exp $ + +--- src/hyper/lex.c.orig 2011-07-07 19:04:11.000000000 +0000 ++++ src/hyper/lex.c +@@ -62,6 +62,7 @@ + #include <ctype.h> + #include <setjmp.h> + #include <stdlib.h> ++#include <string.h> + + #include "debug.h" + #include "sockio.h" |