Hi ports --

games/liberalcrimesquad is not anything newer than C++03; we gain nothing but a broken port by pretending that it is C++11 or later.

This is the minimal fix that gets it working again.

OK?

~Brian

? lcs-clang6.diff
Index: Makefile
===================================================================
RCS file: /cvs/ports/games/liberalcrimesquad/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile	26 Jul 2017 22:45:21 -0000	1.9
+++ Makefile	7 Apr 2018 23:59:03 -0000
@@ -26,6 +26,8 @@ CONFIGURE_ENV =		CPPFLAGS="-I${LOCALBASE
 			LDFLAGS="-L${LOCALBASE}/lib" \
 			LIBS="-liconv"
 
+MAKE_FLAGS =	CXXFLAGS="${CXXFLAGS} -std=c++03"
+
 AUTOCONF_VERSION =	2.69
 AUTOMAKE_VERSION =	1.12
 

Reply via email to