Hi ports -- Minimal clang6 fix for emulators/nestopia. OK?
~Brian
Index: Makefile =================================================================== RCS file: /cvs/ports/emulators/nestopia/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile 23 Sep 2017 11:30:03 -0000 1.12 +++ Makefile 15 Apr 2018 18:56:12 -0000 @@ -42,7 +42,7 @@ MAKE_FLAGS = CC="${CC}" \ CFLAGS="${CFLAGS} `sdl2-config --cflags` \ `pkg-config --cflags gtk+-3.0`" \ CXXFLAGS="${CFLAGS} `sdl2-config --cflags` \ - `pkg-config --cflags gtk+-3.0`" + `pkg-config --cflags gtk+-3.0` -std=gnu++98" FAKE_FLAGS = PREFIX="${WRKINST}/${TRUEPREFIX}" USE_GMAKE = Yes