Page MenuHomeFreeBSD

net/yami4: fix build
ClosedPublic

Authored by pkubaj on Jun 11 2019, 9:10 AM.
Tags
None
Referenced Files
F82778045: D20600.id.diff
Thu, May 2, 12:56 PM
F82770531: D20600.id58527.diff
Thu, May 2, 11:11 AM
F82770479: D20600.id58512.diff
Thu, May 2, 11:10 AM
F82768667: D20600.diff
Thu, May 2, 10:45 AM
Unknown Object (File)
Sat, Apr 27, 2:02 AM
Unknown Object (File)
Mar 4 2024, 9:44 PM
Unknown Object (File)
Mar 4 2024, 9:44 PM
Unknown Object (File)
Mar 4 2024, 9:44 PM
Subscribers
None

Details

Summary

Add USES=compiler:c++11-lang to use new GCC and add COMPILER="${CXX}" to actually respect that.

Errors:
value_publisher.h: At global scope:
value_publisher.h:180: error: ISO C++ forbids declaration of 'unique_ptr' with no type
value_publisher.h:180: error: invalid use of '::'
value_publisher.h:180: error: expected ';' before '<' token
value_publisher.h:182: error: ISO C++ forbids declaration of 'unique_ptr' with no type
value_publisher.h:182: error: invalid use of '::'
value_publisher.h:182: error: expected ';' before '<' token

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jun 11 2019, 11:24 AM
This revision was automatically updated to reflect the committed changes.