svn commit: r473066 - head/games/legesmotus

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 22 20:31:46 UTC 2018


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


More information about the svn-ports-all mailing list