diff options
author | Jesse Gilles <jgilles@multitech.com> | 2014-11-04 11:51:34 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2014-11-04 11:51:34 -0600 |
commit | e243c30f04c18722dc65effe6d4f275a3f35de46 (patch) | |
tree | 807610ce8af0ead02681d6c3cc89d902ec941652 /recipes-support/jsoncpp/jsoncpp-0.5.0/jsoncpp-0.5.0-p1.patch | |
download | meta-mlinux-e243c30f04c18722dc65effe6d4f275a3f35de46.tar.gz meta-mlinux-e243c30f04c18722dc65effe6d4f275a3f35de46.tar.bz2 meta-mlinux-e243c30f04c18722dc65effe6d4f275a3f35de46.zip |
initial commit of mLinux layer
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.patch | 13 |
1 files changed, 13 insertions, 0 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 new file mode 100644 index 0000000..ce0f890 --- /dev/null +++ b/recipes-support/jsoncpp/jsoncpp-0.5.0/jsoncpp-0.5.0-p1.patch @@ -0,0 +1,13 @@ +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. |