Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Dec 2018 13:40:56 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486756 - head/games/7kaa
Message-ID:  <201812061340.wB6DeuJ7032830@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Dec  6 13:40:56 2018
New Revision: 486756
URL: https://svnweb.freebsd.org/changeset/ports/486756

Log:
  Remove CXXFLAGS_clang declaration, which was a relic of an earlier version
  of a committed patch.
  
  Reported by:	jbeich

Modified:
  head/games/7kaa/Makefile

Modified: head/games/7kaa/Makefile
==============================================================================
--- head/games/7kaa/Makefile	Thu Dec  6 12:57:04 2018	(r486755)
+++ head/games/7kaa/Makefile	Thu Dec  6 13:40:56 2018	(r486756)
@@ -26,7 +26,6 @@ LLD_UNSAFE=	yes
 CONFIGURE_ARGS=	--disable-nls # no translations ATM
 USE_SDL=	sdl2
 CXXFLAGS+=		-Wno-error=narrowing
-CXXFLAGS_clang=		-Wno-c++11-narrowing
 
 PLIST_FILES=	bin/${PORTNAME} \
 		share/pixmaps/${PORTNAME}.ico



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