Date: Thu, 21 Feb 2019 20:50:34 +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: r493531 - head/games/ivan Message-ID: <201902212050.x1LKoYaH052714@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Feb 21 20:50:33 2019 New Revision: 493531 URL: https://svnweb.freebsd.org/changeset/ports/493531 Log: - Switch to more correct way of avoiding C++11 related build errors Modified: head/games/ivan/Makefile Modified: head/games/ivan/Makefile ============================================================================== --- head/games/ivan/Makefile Thu Feb 21 20:50:30 2019 (r493530) +++ head/games/ivan/Makefile Thu Feb 21 20:50:33 2019 (r493531) @@ -16,12 +16,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_armv6= fails to compile: use of overloaded operator '<<' is ambiguous BROKEN_armv7= fails to compile: use of overloaded operator '<<' is ambiguous -USES= compiler gmake +USES= gmake sdl USE_SDL= sdl +USE_CXXSTD= c++98 GNU_CONFIGURE= yes - -CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} -CXXFLAGS_clang= -Wno-c++11-narrowing CONFIGURE_ARGS= --localstatedir=/var/games
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902212050.x1LKoYaH052714>