Bug 214632 - net-im/kmess-kde4 : fix 'abs is ambiguous'
Summary: net-im/kmess-kde4 : fix 'abs is ambiguous'
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-18 18:59 UTC by Tobias C. Berner
Modified: 2016-11-28 21:27 UTC (History)
1 user (show)

See Also:
rakuco: maintainer-feedback-


Attachments
Replace abs() by inplace calculation. (1.76 KB, patch)
2016-11-18 18:59 UTC, Tobias C. Berner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias C. Berner freebsd_committer freebsd_triage 2016-11-18 18:59:39 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-11-28 20:56:13 UTC
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
Comment 2 Tobias C. Berner freebsd_committer freebsd_triage 2016-11-28 20:56:28 UTC
Committed.