FreeBSD Bugzilla – Attachment 192905 Details for
Bug 223362
devel/cpprestsdk: Fix build with clang 6, disable build tests ans samples
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
build fix
cpprestsdk.patch (text/plain), 1007 bytes, created by
Ivan Rozhuk
on 2018-04-29 13:30:50 UTC
(
hide
)
Description:
build fix
Filename:
MIME Type:
Creator:
Ivan Rozhuk
Created:
2018-04-29 13:30:50 UTC
Size:
1007 bytes
patch
obsolete
>Index: devel/cpprestsdk/Makefile >=================================================================== >--- devel/cpprestsdk/Makefile (revision 468624) >+++ devel/cpprestsdk/Makefile (working copy) >@@ -20,5 +20,7 @@ > USES= cmake compiler:c++11-lib ssl > USE_LDCONFIG= yes > WRKSRC_SUBDIR= Release >+CMAKE_ARGS+= -DBUILD_TESTS:BOOL=OFF \ >+ -DBUILD_SAMPLES:BOOL=OFF > > .include <bsd.port.mk> >Index: devel/cpprestsdk/files/patch-include_pplx_pplxlinux.h >=================================================================== >--- devel/cpprestsdk/files/patch-include_pplx_pplxlinux.h (nonexistent) >+++ devel/cpprestsdk/files/patch-include_pplx_pplxlinux.h (working copy) >@@ -0,0 +1,10 @@ >+--- include/pplx/pplxlinux.h.orig 2018-04-29 16:22:39.927675000 +0300 >++++ include/pplx/pplxlinux.h 2018-04-29 16:22:57.809537000 +0300 >+@@ -240,6 +240,7 @@ >+ { >+ public: >+ _PPLXIMP virtual void schedule( TaskProc_t proc, _In_ void* param); >++ virtual ~linux_scheduler() {} >+ }; >+ >+ } // namespace details
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 223362
:
187642
| 192905