svn commit: r500504 - head/games/divide-and-succeed
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Apr 30 16:25:12 UTC 2019
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 at 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
More information about the svn-ports-all
mailing list