Summary: | www/osrm-backend: Disable compiler warnings as errors | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Daniel Engberg <diizzy> | ||||
Component: | Individual Port(s) | Assignee: | Daniel Engberg <diizzy> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | fernape, freebsd | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(freebsd) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 266721 | ||||||
Attachments: |
|
^Triage: reporter is committer, assign accordingly A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=fa14b345d72a6e95893dbe3af8c32f7d1cf37faa commit fa14b345d72a6e95893dbe3af8c32f7d1cf37faa Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-10-20 08:03:36 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-10-20 08:03:42 +0000 www/osrm-backend: Disable compiler warnings as errors When -DNDEBUG is defined -Werror=all needs to be disabled otherwise port won't build PR: 266852 Approved by: portmgr (maintainer timeout, 2+ weeks) www/osrm-backend/Makefile | 4 ++++ 1 file changed, 4 insertions(+) |
Created attachment 237109 [details] Patch for osrm-backend As of PR 266721 -Werror=all needs to be disabled to build Compile tested on 13.1-STABLE (amd64)