Summary: | multimedia/k9copy-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: | egoliveira | ||||
Priority: | --- | Flags: | rakuco:
maintainer-feedback-
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: tcberner Date: Mon Nov 28 20:49:34 UTC 2016 New revision: 427345 URL: https://svnweb.freebsd.org/changeset/ports/427345 Log: multimedia/k9copy-kde4 : fix 'abs is ambiguous Work around the call to abs() being ambigous by simply calculating the absolute value in place. PR: 214640 Approved by: just fix it, rakuco (mentor) Changes: head/multimedia/k9copy-kde4/files/patch-src_backup_k9dvdbackup.cpp Committed. |
Created attachment 177153 [details] work around abs() Hi The attached patch works around the issue of the call to abs() being ambiguous on newer FreeBSD versions. mfg Tobias