FreeBSD Bugzilla – Attachment 167576 Details for
Bug 207600
databases/akonadi: fix build with boost 1.60 on 9.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
akonadi.patch (text/plain), 507 bytes, created by
Dmitry Marakasov
on 2016-02-29 20:52:59 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2016-02-29 20:52:59 UTC
Size:
507 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 409811) >+++ Makefile (working copy) >@@ -63,4 +63,11 @@ > -e '/find_package(SharedMimeInfo/ d' \ > ${PATCH_WRKSRC}/CMakeLists.txt > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+# boost misdetects the fact that base libstdc++ on 9.x lacks c++11 support >+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 >+CXXFLAGS+= -DBOOST_NO_CXX11_RVALUE_REFERENCES >+.endif >+ >+.include <bsd.port.post.mk>
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 207600
: 167576
Working