Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 May 2016 10:20:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 209260] [MAINTAINER][PATCH] dns/powerdns: Fix compilation on FreeBSD 9.3 i386
Message-ID:  <bug-209260-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209260

            Bug ID: 209260
           Summary: [MAINTAINER][PATCH] dns/powerdns: Fix compilation on
                    FreeBSD 9.3 i386
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: tremere@cainites.net
          Keywords: patch

Created attachment 169955
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D169955&action=
=3Dedit
Change std::abs to std::labs

For some reason 9.3 i386 gets confused overloading std::abs to the correct
function. Probably because both cmath and cstdlib are included (which both =
have
std::abs). Changing it to std::labs takes away the confusion.

The only thing I can't wrap my head around is the fact that 10.3 i386 doesn=
't
run into the same issue.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209260-13>