summaryrefslogtreecommitdiff
path: root/recipes-support/jsoncpp/jsoncpp-0.5.0/jsoncpp-0.5.0-p1.patch
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2015-05-06 11:27:40 -0500
committerJesse Gilles <jgilles@multitech.com>2015-05-06 11:27:40 -0500
commit40f75adea4f466eae9cac82b71009c75a8710ae1 (patch)
treebf950cad37b91c518e9570887bd1eaae6c4b76e5 /recipes-support/jsoncpp/jsoncpp-0.5.0/jsoncpp-0.5.0-p1.patch
parentaaa961e85d6ad5088d9d8fb5bd6a81df6b3f9d89 (diff)
downloadmeta-mlinux-40f75adea4f466eae9cac82b71009c75a8710ae1.tar.gz
meta-mlinux-40f75adea4f466eae9cac82b71009c75a8710ae1.tar.bz2
meta-mlinux-40f75adea4f466eae9cac82b71009c75a8710ae1.zip
jsoncpp: remove 0.5.0
Diffstat (limited to 'recipes-support/jsoncpp/jsoncpp-0.5.0/jsoncpp-0.5.0-p1.patch')
-rw-r--r--recipes-support/jsoncpp/jsoncpp-0.5.0/jsoncpp-0.5.0-p1.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes-support/jsoncpp/jsoncpp-0.5.0/jsoncpp-0.5.0-p1.patch b/recipes-support/jsoncpp/jsoncpp-0.5.0/jsoncpp-0.5.0-p1.patch
deleted file mode 100644
index ce0f890..0000000
--- a/recipes-support/jsoncpp/jsoncpp-0.5.0/jsoncpp-0.5.0-p1.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: jsoncpp-src-0.5.0/include/json/value.h
-===================================================================
---- jsoncpp-src-0.5.0.orig/include/json/value.h 2012-07-11 10:26:55.766138435 -0500
-+++ jsoncpp-src-0.5.0/include/json/value.h 2012-07-11 10:30:09.816144678 -0500
-@@ -204,7 +204,7 @@
- # endif
- Value( bool value );
- Value( const Value &other );
-- ~Value();
-+ virtual ~Value();
-
- Value &operator=( const Value &other );
- /// Swap values.