From owner-svn-ports-all@freebsd.org Fri Nov 2 03:28:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE24310E2E56; Fri, 2 Nov 2018 03:28:32 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 827B573E79; Fri, 2 Nov 2018 03:28:32 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 4FFB714F2B; Fri, 2 Nov 2018 03:28:32 +0000 (UTC) From: Jan Beich To: Mark Linimon Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r483636 - head/games/7kaa References: <201811010413.wA14Dx7k069984@repo.freebsd.org> Date: Fri, 02 Nov 2018 04:28:29 +0100 In-Reply-To: <201811010413.wA14Dx7k069984@repo.freebsd.org> (Mark Linimon's message of "Thu, 1 Nov 2018 04:13:59 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2018 03:28:33 -0000 Mark Linimon writes: > CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} > +CXXFLAGS_powerpc64= -Wno-error=narrowing > CXXFLAGS_clang= -Wno-c++11-narrowing -Wno-error=narrowing is also supported by Clang. Maybe make it unconditional to unbreak other non-Clang archs.