Date: Thu, 28 Jun 2018 16:26:35 +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: r473500 - head/games/brainparty Message-ID: <201806281626.w5SGQZjt095328@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jun 28 16:26:34 2018 New Revision: 473500 URL: https://svnweb.freebsd.org/changeset/ports/473500 Log: - Fix build with clang 6 Modified: head/games/brainparty/Makefile Modified: head/games/brainparty/Makefile ============================================================================== --- head/games/brainparty/Makefile Thu Jun 28 16:08:28 2018 (r473499) +++ head/games/brainparty/Makefile Thu Jun 28 16:26:34 2018 (r473500) @@ -19,6 +19,8 @@ USES= gmake USE_SDL= sdl mixer ttf gfx image USE_GL= gl glu +CXXFLAGS+= -Wno-c++11-narrowing + WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806281626.w5SGQZjt095328>