Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jun 2018 20:31:45 +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: r473066 - head/games/legesmotus
Message-ID:  <201806222031.w5MKVj2V078559@repo.freebsd.org>

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

Log:
  - Fix build with clang 6

Modified:
  head/games/legesmotus/Makefile

Modified: head/games/legesmotus/Makefile
==============================================================================
--- head/games/legesmotus/Makefile	Fri Jun 22 20:22:32 2018	(r473065)
+++ head/games/legesmotus/Makefile	Fri Jun 22 20:31:45 2018	(r473066)
@@ -21,6 +21,8 @@ CONFIGURE_ARGS=	--prefix="${PREFIX}" \
 USES=		gmake
 MAKE_ENV=	XDIR=${LOCALBASE}
 
+CXXFLAGS+=	-Wno-c++11-narrowing
+
 PORTDATA=	*
 
 OPTIONS_MULTI=	COMPONENTS



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