Bug 221999

Summary: devel/aws-sdk-cpp fix plist
Product: Ports & Packages Reporter: groot
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: arved
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch against ports-svn none

Description groot 2017-09-02 15:12:25 UTC
Created attachment 185991 [details]
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),
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-11-21 13:01:58 UTC
A commit references this bug:

Author: arved
Date: Tue Nov 21 13:01:16 UTC 2017
New revision: 454608
URL: https://svnweb.freebsd.org/changeset/ports/454608

Log:
  Make compile with cmake 3.9

  PR:		221999
  Submitted by:	groot@kde.org

Changes:
  head/devel/aws-sdk-cpp/Makefile
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2017-11-21 16:06:14 UTC
committed, thanks