FreeBSD Bugzilla – Attachment 187642 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]
patch
cpprestsdk.patch (text/plain), 1.47 KB, created by
Ivan Rozhuk
on 2017-11-01 11:19:27 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Ivan Rozhuk
Created:
2017-11-01 11:19:27 UTC
Size:
1.47 KB
patch
obsolete
>Index: devel/cpprestsdk/Makefile >=================================================================== >--- devel/cpprestsdk/Makefile (revision 453263) >+++ devel/cpprestsdk/Makefile (working copy) >@@ -20,5 +20,16 @@ > USES= cmake compiler:c++11-lib ssl > USE_LDCONFIG= yes > WRKSRC_SUBDIR= Release >+CMAKE_ARGS+= -DBUILD_TESTS:BOOL=OFF \ >+ -DBUILD_SAMPLES:BOOL=OFF > >+post-install: >+ ${CP} ${FILESDIR}/cpprest.pc.in ${STAGEDIR}${PREFIX}/libdata/pkgconfig/cpprest.pc >+ @${REINPLACE_CMD} -i '' \ >+ -e 's|@prefix@|${PREFIX}|g' \ >+ -e 's|@name@|${PORTNAME}|g' \ >+ -e 's|@description@|${COMMENT}|g' \ >+ -e 's|@version@|${DISTVERSION}|g' \ >+ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/cpprest.pc >+ > .include <bsd.port.mk> >Index: devel/cpprestsdk/files/cpprest.pc.in >=================================================================== >--- devel/cpprestsdk/files/cpprest.pc.in (nonexistent) >+++ devel/cpprestsdk/files/cpprest.pc.in (working copy) >@@ -0,0 +1,10 @@ >+prefix=@prefix@ >+exec_prefix=${prefix} >+libdir=${exec_prefix}/lib >+includedir=${prefix}/include >+ >+Name: @name@ >+Description: @description@ >+Version: @version@ >+Libs: -L${libdir} -lcpprest >+Cflags: -I${includedir}/cpprest -I${includedir}/pplx >Index: devel/cpprestsdk/pkg-plist >=================================================================== >--- devel/cpprestsdk/pkg-plist (revision 453263) >+++ devel/cpprestsdk/pkg-plist (working copy) >@@ -44,3 +44,4 @@ > include/pplx/threadpool.h > lib/libcpprest.so > lib/libcpprest.so.2.9 >+libdata/pkgconfig/cpprest.pc
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