Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jun 2018 20:34:06 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473069 - head/games/chapping
Message-ID:  <201806222034.w5MKY6Hm079728@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Jun 22 20:34:06 2018
New Revision: 473069
URL: https://svnweb.freebsd.org/changeset/ports/473069

Log:
  - Fix build with clang 6

Modified:
  head/games/chapping/Makefile

Modified: head/games/chapping/Makefile
==============================================================================
--- head/games/chapping/Makefile	Fri Jun 22 20:33:55 2018	(r473068)
+++ head/games/chapping/Makefile	Fri Jun 22 20:34:06 2018	(r473069)
@@ -18,6 +18,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USES=		gmake tar:bzip2
 USE_SDL=	sdl image gfx ttf
 
+CXXFLAGS+=	-Wno-c++11-narrowing
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}-source
 ALL_TARGET=	linux
 



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