Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 Sep 2017 15:12:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 221999] devel/aws-sdk-cpp fix plist
Message-ID:  <bug-221999-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 221999
           Summary: devel/aws-sdk-cpp fix plist
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: groot@kde.org

Created attachment 185991
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D185991&action=
=3Dedit
patch against ports-svn

Make aws-sdk-cpp compile w/ CMake 3.9

    This doesn't actually look like a CMake-related patch, but rather
    a c++ -Wall -Werror sneaking in; add a fine-grained explicit
    exemption to avoid this compile error

    /tmp/t.cc:7:8: error: generic selections are a C11-specific feature
          [-Werror,-Wc11-extensions]
    /usr/include/math.h:86:49: note: expanded from macro '__fp_type_select'
    #define __fp_type_select(x, f, d, ld) _Generic((x),

--=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-221999-13>