diff options
Diffstat (limited to 'devel/coconut/patches')
-rw-r--r-- | devel/coconut/patches/patch-test_ccmdexit-test.m | 12 | ||||
-rw-r--r-- | devel/coconut/patches/patch-test_ccmdprint-test.m | 12 | ||||
-rw-r--r-- | devel/coconut/patches/patch-test_ccmdtext-test.m | 12 | ||||
-rw-r--r-- | devel/coconut/patches/patch-test_cdir-test.m | 12 | ||||
-rw-r--r-- | devel/coconut/patches/patch-test_cidset-test.m | 12 | ||||
-rw-r--r-- | devel/coconut/patches/patch-test_cnode-test.m | 12 | ||||
-rw-r--r-- | devel/coconut/patches/patch-test_cset-test.m | 12 | ||||
-rw-r--r-- | devel/coconut/patches/patch-test_ctree-test.m | 12 |
8 files changed, 96 insertions, 0 deletions
diff --git a/devel/coconut/patches/patch-test_ccmdexit-test.m b/devel/coconut/patches/patch-test_ccmdexit-test.m new file mode 100644 index 00000000000..43a792df83a --- /dev/null +++ b/devel/coconut/patches/patch-test_ccmdexit-test.m @@ -0,0 +1,12 @@ +$NetBSD: patch-test_ccmdexit-test.m,v 1.1 2015/12/26 23:35:46 dholland Exp $ + +Use standard headers. + +--- test/ccmdexit-test.m~ 2002-08-04 12:17:00.000000000 +0000 ++++ test/ccmdexit-test.m +@@ -8,4 +8,5 @@ + */ + ++#include <stdio.h> + #include <coconut/ccmdexit.h> + #include <coconut/cint.h> diff --git a/devel/coconut/patches/patch-test_ccmdprint-test.m b/devel/coconut/patches/patch-test_ccmdprint-test.m new file mode 100644 index 00000000000..6d882ed53d8 --- /dev/null +++ b/devel/coconut/patches/patch-test_ccmdprint-test.m @@ -0,0 +1,12 @@ +$NetBSD: patch-test_ccmdprint-test.m,v 1.1 2015/12/26 23:35:46 dholland Exp $ + +Use standard headers. + +--- test/ccmdprint-test.m~ 2002-08-15 02:06:18.000000000 +0000 ++++ test/ccmdprint-test.m +@@ -8,4 +8,5 @@ + */ + ++#include <stdio.h> + #include <coconut/ccmdprint.h> + #include <coconut/ccmdtext.h> diff --git a/devel/coconut/patches/patch-test_ccmdtext-test.m b/devel/coconut/patches/patch-test_ccmdtext-test.m new file mode 100644 index 00000000000..2effe706cc1 --- /dev/null +++ b/devel/coconut/patches/patch-test_ccmdtext-test.m @@ -0,0 +1,12 @@ +$NetBSD: patch-test_ccmdtext-test.m,v 1.1 2015/12/26 23:35:46 dholland Exp $ + +Use standard headers. + +--- test/ccmdtext-test.m~ 2002-08-15 02:23:46.000000000 +0000 ++++ test/ccmdtext-test.m +@@ -8,4 +8,5 @@ + */ + ++#include <stdio.h> + #include <coconut/ccmdtext.h> + #include <coconut/cstring.h> diff --git a/devel/coconut/patches/patch-test_cdir-test.m b/devel/coconut/patches/patch-test_cdir-test.m new file mode 100644 index 00000000000..e7b7158b16a --- /dev/null +++ b/devel/coconut/patches/patch-test_cdir-test.m @@ -0,0 +1,12 @@ +$NetBSD: patch-test_cdir-test.m,v 1.1 2015/12/26 23:35:46 dholland Exp $ + +Use standard headers. + +--- test/cdir-test.m~ 2002-06-20 17:24:29.000000000 +0000 ++++ test/cdir-test.m +@@ -8,4 +8,5 @@ + */ + ++#include <stdio.h> + #include <coconut/cdir.h> + #include <coconut/cconststr.h> diff --git a/devel/coconut/patches/patch-test_cidset-test.m b/devel/coconut/patches/patch-test_cidset-test.m new file mode 100644 index 00000000000..2ea1c67805c --- /dev/null +++ b/devel/coconut/patches/patch-test_cidset-test.m @@ -0,0 +1,12 @@ +$NetBSD: patch-test_cidset-test.m,v 1.1 2015/12/26 23:35:46 dholland Exp $ + +Use standard headers. + +--- test/cidset-test.m~ 2002-08-01 14:45:19.000000000 +0000 ++++ test/cidset-test.m +@@ -8,4 +8,5 @@ + */ + ++#include <stdio.h> + #include <coconut/cidset.h> + #include <coconut/cindtstream.h> diff --git a/devel/coconut/patches/patch-test_cnode-test.m b/devel/coconut/patches/patch-test_cnode-test.m new file mode 100644 index 00000000000..c24995ba8d6 --- /dev/null +++ b/devel/coconut/patches/patch-test_cnode-test.m @@ -0,0 +1,12 @@ +$NetBSD: patch-test_cnode-test.m,v 1.1 2015/12/26 23:35:46 dholland Exp $ + +Use standard headers. + +--- test/cnode-test.m~ 2002-08-06 15:14:58.000000000 +0000 ++++ test/cnode-test.m +@@ -8,4 +8,5 @@ + */ + ++#include <stdio.h> + #include <coconut/cnode.h> + #include <coconut/cstring.h> diff --git a/devel/coconut/patches/patch-test_cset-test.m b/devel/coconut/patches/patch-test_cset-test.m new file mode 100644 index 00000000000..f3216b6d7d3 --- /dev/null +++ b/devel/coconut/patches/patch-test_cset-test.m @@ -0,0 +1,12 @@ +$NetBSD: patch-test_cset-test.m,v 1.1 2015/12/26 23:35:46 dholland Exp $ + +Use standard headers. + +--- test/cset-test.m~ 2002-06-16 04:46:42.000000000 +0000 ++++ test/cset-test.m +@@ -8,4 +8,5 @@ + */ + ++#include <stdio.h> + #include <coconut/cset.h> + #include <coconut/cindtstream.h> diff --git a/devel/coconut/patches/patch-test_ctree-test.m b/devel/coconut/patches/patch-test_ctree-test.m new file mode 100644 index 00000000000..bf23e322f17 --- /dev/null +++ b/devel/coconut/patches/patch-test_ctree-test.m @@ -0,0 +1,12 @@ +$NetBSD: patch-test_ctree-test.m,v 1.1 2015/12/26 23:35:46 dholland Exp $ + +Use standard headers. + +--- test/ctree-test.m~ 2002-08-01 16:07:12.000000000 +0000 ++++ test/ctree-test.m +@@ -8,4 +8,5 @@ + */ + ++#include <stdio.h> + #include <coconut/ctree.h> + #include <coconut/cnode.h> |