Date: Wed, 27 Jun 2018 16:15:24 +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: r473448 - head/games/bloodfrontier Message-ID: <201806271615.w5RGFOfr050721@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jun 27 16:15:23 2018 New Revision: 473448 URL: https://svnweb.freebsd.org/changeset/ports/473448 Log: - Fix build with clang 6 Modified: head/games/bloodfrontier/Makefile Modified: head/games/bloodfrontier/Makefile ============================================================================== --- head/games/bloodfrontier/Makefile Wed Jun 27 15:48:17 2018 (r473447) +++ head/games/bloodfrontier/Makefile Wed Jun 27 16:15:23 2018 (r473448) @@ -25,6 +25,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= libenet +CXXFLAGS+= -Wno-c++11-narrowing + SUB_FILES= ${PLIST_FILES:Mbin/*:T} PORTDATA= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806271615.w5RGFOfr050721>