svn commit: r381692 - head/games/cataclysm-dda

Bartek Rutkowski robak at FreeBSD.org
Thu Mar 19 20:57:14 UTC 2015


Author: robak
Date: Thu Mar 19 20:57:12 2015
New Revision: 381692
URL: https://svnweb.freebsd.org/changeset/ports/381692
QAT: https://qat.redports.org/buildarchive/r381692/

Log:
  games/cataclysm-dda: fix clang 3.6 build
  
  - Maintainer's timeout (wulf at cicgroup.ru)
  
  PR:		198209
  Submitted by:	Dimitry Andric <dim at FreeBSD.org>

Modified:
  head/games/cataclysm-dda/Makefile

Modified: head/games/cataclysm-dda/Makefile
==============================================================================
--- head/games/cataclysm-dda/Makefile	Thu Mar 19 20:53:01 2015	(r381691)
+++ head/games/cataclysm-dda/Makefile	Thu Mar 19 20:57:12 2015	(r381692)
@@ -59,6 +59,10 @@ LUA_MAKE_ARGS=	LUA=1
 
 .include <bsd.port.pre.mk>
 
+.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 36
+CXXFLAGS+=	-Wno-inconsistent-missing-override
+.endif
+
 .if ${PORT_OPTIONS:MSOUND}
 .if ${PORT_OPTIONS:MSDL}
 MAKE_ARGS+=	SOUND=1


More information about the svn-ports-head mailing list