diff options
author | dholland <dholland> | 2015-12-26 23:35:46 +0000 |
---|---|---|
committer | dholland <dholland> | 2015-12-26 23:35:46 +0000 |
commit | 6508596ede617bcd42ddee8c329b17f24128c335 (patch) | |
tree | 6f554f92381e2fc9a5b235e58bdeab10ee33e1e3 /devel/coconut/patches/patch-test_ccmdprint-test.m | |
parent | 8c6fdc7d7d53852e312d14b30ed81ecaa69ac2c4 (diff) | |
download | pkgsrc-6508596ede617bcd42ddee8c329b17f24128c335.tar.gz |
Fix build.
Diffstat (limited to 'devel/coconut/patches/patch-test_ccmdprint-test.m')
-rw-r--r-- | devel/coconut/patches/patch-test_ccmdprint-test.m | 12 |
1 files changed, 12 insertions, 0 deletions
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> |