Summary: | net/sems: fix build on big-endian architectures | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||
Component: | Individual Port(s) | Assignee: | Nathan Whitehorn <nwhitehorn> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | nwhitehorn | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(nwhitehorn) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Approved as mentor pending maintainer action (builds on ppcports). Patch looks great to me. Could you also submit upstream? (In reply to Nathan Whitehorn from comment #2) https://github.com/sems-server/sems/pull/134 |
Created attachment 207598 [details] patch This port needs C++11 compiler: cc1plus: error: unrecognized command line option "-std=c++11" Additionally, it needs appropriate definitions for big-endian architectures: /usr/local/poudriere/ports/default/net/sems/work/sems-7400051/core/plug-in/isac/libisac/typedefs.h:80:2: error: #error Please add support for your architecture in typedefs.h 80 | #error Please add support for your architecture in typedefs.h | ^~~~~