Summary: | net-im/kmess-kde4 : fix 'abs is ambiguous' | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Tobias C. Berner <tcberner> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | syncer | ||||
Priority: | --- | Flags: | rakuco:
maintainer-feedback-
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: tcberner Date: Mon Nov 28 20:55:19 UTC 2016 New revision: 427346 URL: https://svnweb.freebsd.org/changeset/ports/427346 Log: net-im/kmess-kde4 : fix 'abs is ambiguous' Work around the call to abs() being ambigous by simply calculating the absolute value in place. PR: 214632 Approved by: just fix it, rakuco (mentor) Changes: head/net-im/kmess-kde4/files/patch-src_utils_xautolock.cpp Committed. |
Created attachment 177150 [details] Replace abs() by inplace calculation. Hi net-im/kmess-kde4 fails to build on FreeBSD >= 10. The attached patch works around it. mfg Tobias