Bug 221999 - devel/aws-sdk-cpp fix plist
Summary: devel/aws-sdk-cpp fix plist
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: 2017-09-02 15:12 UTC by groot
Modified: 2017-11-21 16:06 UTC (History)
1 user (show)

See Also:


Attachments
patch against ports-svn (440 bytes, patch)
2017-09-02 15:12 UTC, groot
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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