svn commit: r473498 - head/games/valyriatear

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 28 14:49:37 UTC 2018


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=	*
 


More information about the svn-ports-all mailing list