From d834ebd9b0f56f9f1765f1995c7a9a11d5fda3b4 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Tue, 31 Jul 2018 15:02:28 -0500 Subject: user/mimetic: new package --- user/mimetic/fix-compile.patch | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 user/mimetic/fix-compile.patch (limited to 'user/mimetic/fix-compile.patch') diff --git a/user/mimetic/fix-compile.patch b/user/mimetic/fix-compile.patch new file mode 100644 index 000000000..3bb93fa9a --- /dev/null +++ b/user/mimetic/fix-compile.patch @@ -0,0 +1,36 @@ +diff -Nurd mimetic-0.9.8/test/cutee.cxx mimetic-0.9.8.new/test/cutee.cxx +--- mimetic-0.9.8/test/cutee.cxx 2014-06-17 03:12:00.000000000 -0500 ++++ mimetic-0.9.8.new/test/cutee.cxx 2018-07-26 22:40:21.556153371 -0500 +@@ -225,7 +225,7 @@ + _( " run_" << *beg << "();" ); + _( " tearDown();" ); + _( " }" ); +- _( " uint count() { return " << m_fnList.size() << "; }" ); ++ _( " unsigned int count() { return " << m_fnList.size() << "; }" ); + _( "};" ); + _("static struct "<