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

Tilman Keskinoz arved at FreeBSD.org
Wed Feb 22 11:34:37 UTC 2017


Author: arved
Date: Wed Feb 22 11:34:35 2017
New Revision: 434580
URL: https://svnweb.freebsd.org/changeset/ports/434580

Log:
  Disable Werror to fix build on 10.x

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

Modified: head/devel/aws-sdk-cpp/Makefile
==============================================================================
--- head/devel/aws-sdk-cpp/Makefile	Wed Feb 22 11:34:06 2017	(r434579)
+++ head/devel/aws-sdk-cpp/Makefile	Wed Feb 22 11:34:35 2017	(r434580)
@@ -16,6 +16,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	aws
 USES=		cmake pkgconfig compiler:c++11-lib ssl
 USE_LDCONFIG=	yes
+CXXFLAGS=	-Wno-error
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list