Date: Fri, 28 Dec 2018 18:20:03 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488615 - head/games/flyhard Message-ID: <201812281820.wBSIK363008129@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Dec 28 18:20:03 2018 New Revision: 488615 URL: https://svnweb.freebsd.org/changeset/ports/488615 Log: - Fix build with newer compilers in portable way, by specifying C++ standard Modified: head/games/flyhard/Makefile Modified: head/games/flyhard/Makefile ============================================================================== --- head/games/flyhard/Makefile Fri Dec 28 18:17:12 2018 (r488614) +++ head/games/flyhard/Makefile Fri Dec 28 18:20:03 2018 (r488615) @@ -22,9 +22,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.h USES= gmake localbase GNU_CONFIGURE= yes +USE_CXXSTD= c++98 USE_SDL= sdl mixer - -CXXFLAGS+= -Wno-c++11-narrowing PLIST_FILES= bin/${PORTNAME} PORTDOCS= AUTHORS ChangeLog README
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812281820.wBSIK363008129>