Hi ports --

Minimal clang6 fix for games/meandmyshadow.
OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/games/meandmyshadow/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile	26 Jul 2017 22:45:21 -0000	1.10
+++ Makefile	15 Apr 2018 19:17:23 -0000
@@ -28,6 +28,8 @@ WANTLIB += curl m pthread ssl ${COMPILER
 RUN_DEPENDS =	devel/desktop-file-utils \
 		x11/gtk+3,-guic
 
+CONFIGURE_ARGS =	-DCMAKE_CXX_FLAGS="${CXXFLAGS} -std=gnu++98"
+
 post-install:
 	${INSTALL_DATA_DIR} ${PREFIX}/share/applications
 	${INSTALL_DATA} ${WRKSRC}/meandmyshadow.desktop \

Reply via email to