Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jun 2018 14:49:36 +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: r473498 - head/games/valyriatear
Message-ID:  <201806281449.w5SEna4A044992@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jun 28 14:49:36 2018
New Revision: 473498
URL: https://svnweb.freebsd.org/changeset/ports/473498

Log:
  - Fix build with clang 6

Modified:
  head/games/valyriatear/Makefile

Modified: head/games/valyriatear/Makefile
==============================================================================
--- head/games/valyriatear/Makefile	Thu Jun 28 14:15:00 2018	(r473497)
+++ head/games/valyriatear/Makefile	Thu Jun 28 14:49:36 2018	(r473498)
@@ -31,6 +31,8 @@ USE_XORG=	x11 xext sm ice
 INSTALLS_ICONS=	yes
 LLD_UNSAFE=	yes
 
+CXXFLAGS+=	-Wno-reserved-user-defined-literal
+
 PORTDOCS=	*
 PORTDATA=	*
 



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