Date: Tue, 30 Apr 2019 16:25:11 +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: r500504 - head/games/divide-and-succeed Message-ID: <201904301625.x3UGPBHr041485@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Apr 30 16:25:10 2019 New Revision: 500504 URL: https://svnweb.freebsd.org/changeset/ports/500504 Log: - Add USES=compiler:c++11-lang to fix build on GCC architectures - Add USES=gnome,sdl PR: 237382 Submitted by: pkubaj@FreeBSD.org Modified: head/games/divide-and-succeed/Makefile Modified: head/games/divide-and-succeed/Makefile ============================================================================== --- head/games/divide-and-succeed/Makefile Tue Apr 30 16:25:03 2019 (r500503) +++ head/games/divide-and-succeed/Makefile Tue Apr 30 16:25:10 2019 (r500504) @@ -12,9 +12,7 @@ COMMENT= Divide polygons into the rigth number of equa LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to compile: Polygone.h: 'vector' was not declared in this scope - -USES= cmake:insource +USES= cmake:insource compiler:c++11-lang gnome sdl USE_SDL= sdl ttf DATADIR= ${PREFIX}/share/divideandsucceed INSTALLS_ICONS= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904301625.x3UGPBHr041485>