FreeBSD Bugzilla – Attachment 179316 Details for
Bug 216468
textproc/pugixml causes inconsistencies with c++11 and later
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Enable c++11 on pugixml
pugixml.diff.txt (text/plain), 494 bytes, created by
Thomas Zander
on 2017-01-25 22:37:03 UTC
(
hide
)
Description:
Enable c++11 on pugixml
Filename:
MIME Type:
Creator:
Thomas Zander
Created:
2017-01-25 22:37:03 UTC
Size:
494 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 432035) >+++ Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= pugixml > PORTVERSION= 1.7 >+PORTREVISION= 1 > CATEGORIES= textproc > MASTER_SITES= https://github.com/zeux/pugixml/releases/download/v${PORTVERSION}/ > >@@ -10,7 +11,9 @@ > > LICENSE= MIT > >-USES= cmake >+USES= cmake compiler:c++11-lang > CMAKE_SOURCE_PATH= ${WRKSRC}/scripts > >+CXXFLAGS+= -std=c++11 >+ > .include <bsd.port.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 Raw
Actions:
View
Attachments on
bug 216468
: 179316