Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2017 13:01:16 +0000 (UTC)
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454608 - head/devel/aws-sdk-cpp
Message-ID:  <201711211301.vALD1GKX069472@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arved
Date: Tue Nov 21 13:01:16 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

Modified:
  head/devel/aws-sdk-cpp/Makefile

Modified: head/devel/aws-sdk-cpp/Makefile
==============================================================================
--- head/devel/aws-sdk-cpp/Makefile	Tue Nov 21 12:50:27 2017	(r454607)
+++ head/devel/aws-sdk-cpp/Makefile	Tue Nov 21 13:01:16 2017	(r454608)
@@ -20,7 +20,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	aws
 USES=		cmake pkgconfig compiler:c++11-lib ssl
 USE_LDCONFIG=	yes
-CXXFLAGS=	-Wno-error
+CXXFLAGS=	-Wno-error -Wno-c11-extensions
 
 post-patch:
 	${REINPLACE_CMD} -e "s,/pkgconfig,/../libdata/pkgconfig,g" \



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