svn commit: r454608 - head/devel/aws-sdk-cpp

Tilman Keskinoz arved at FreeBSD.org
Tue Nov 21 13:01:17 UTC 2017


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 at 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" \


More information about the svn-ports-head mailing list