svn commit: r486756 - head/games/7kaa
Mark Linimon
linimon at FreeBSD.org
Thu Dec 6 13:40:57 UTC 2018
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
More information about the svn-ports-head
mailing list