svn commit: r473058 - head/games/brikx

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 22 18:55:15 UTC 2018


Author: amdmi3
Date: Fri Jun 22 18:55:14 2018
New Revision: 473058
URL: https://svnweb.freebsd.org/changeset/ports/473058

Log:
  - Fix build with clang 6

Modified:
  head/games/brikx/Makefile

Modified: head/games/brikx/Makefile
==============================================================================
--- head/games/brikx/Makefile	Fri Jun 22 18:50:21 2018	(r473057)
+++ head/games/brikx/Makefile	Fri Jun 22 18:55:14 2018	(r473058)
@@ -18,6 +18,8 @@ USE_SDL=	sdl mixer image ttf
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
+CXXFLAGS+=	-Wno-reserved-user-defined-literal
+
 PLIST_FILES=	bin/${PORTNAME}
 PORTDATA=	*
 


More information about the svn-ports-all mailing list