From owner-svn-ports-head@freebsd.org  Wed Feb 22 11:34:37 2017
Return-Path: <owner-svn-ports-head@freebsd.org>
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15624CE8243;
 Wed, 22 Feb 2017 11:34:37 +0000 (UTC)
 (envelope-from arved@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id D85E0B20;
 Wed, 22 Feb 2017 11:34:36 +0000 (UTC)
 (envelope-from arved@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1MBYZIk031267;
 Wed, 22 Feb 2017 11:34:35 GMT (envelope-from arved@FreeBSD.org)
Received: (from arved@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1MBYZKs031266;
 Wed, 22 Feb 2017 11:34:35 GMT (envelope-from arved@FreeBSD.org)
Message-Id: <201702221134.v1MBYZKs031266@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: arved set sender to
 arved@FreeBSD.org using -f
From: Tilman Keskinoz <arved@FreeBSD.org>
Date: Wed, 22 Feb 2017 11:34:35 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r434580 - head/devel/aws-sdk-cpp
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 <svn-ports-head.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-head>, 
 <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head/>
List-Post: <mailto:svn-ports-head@freebsd.org>
List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 22 Feb 2017 11:34:37 -0000

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>