diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-05-08 00:50:50 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-05-08 00:50:50 +0000 |
commit | b76114861546628200ad3af89628499491022ed8 (patch) | |
tree | 93029b55a414de4b7b8e85633e9825a3b6bf959c /devel/cpprestsdk/files | |
parent | 3b1ac407a26164bf366775ec65d0b190ae3fd258 (diff) | |
download | ports-b76114861546628200ad3af89628499491022ed8.tar.gz ports-b76114861546628200ad3af89628499491022ed8.zip |
Notes
Diffstat (limited to 'devel/cpprestsdk/files')
-rw-r--r-- | devel/cpprestsdk/files/patch-include_pplx_pplxlinux.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/cpprestsdk/files/patch-include_pplx_pplxlinux.h b/devel/cpprestsdk/files/patch-include_pplx_pplxlinux.h new file mode 100644 index 000000000000..cfe1b36ad9c7 --- /dev/null +++ b/devel/cpprestsdk/files/patch-include_pplx_pplxlinux.h @@ -0,0 +1,12 @@ +https://github.com/Microsoft/cpprestsdk/issues/747 + +--- include/pplx/pplxlinux.h.orig 2016-10-28 19:20:12 UTC ++++ include/pplx/pplxlinux.h +@@ -240,6 +240,7 @@ namespace platform + { + public: + _PPLXIMP virtual void schedule( TaskProc_t proc, _In_ void* param); ++ virtual ~linux_scheduler() {} + }; + + } // namespace details |