From ae8146aa21f2c06d1c87bfa3fa60c6a09f8861c8 Mon Sep 17 00:00:00 2001 From: linimon Date: Tue, 25 Sep 2018 07:29:25 +0000 Subject: These ports now build on powerpc64. While here, pet portlint. Approved by: portmgr (tier-2 blanket) --- games/emptyepsilon/Makefile | 2 -- games/stonesoup/Makefile | 1 - games/traingame/Makefile | 2 -- 3 files changed, 5 deletions(-) (limited to 'games') diff --git a/games/emptyepsilon/Makefile b/games/emptyepsilon/Makefile index 40baba1bd897..f4419e90d3d9 100644 --- a/games/emptyepsilon/Makefile +++ b/games/emptyepsilon/Makefile @@ -13,8 +13,6 @@ COMMENT= Spaceship bridge simulator game LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= fails to compile: scienceDatabase.cpp: call of overloaded 'abs(float)' is ambiguous - LIB_DEPENDS= libsfml-system.so:devel/sfml USES= cmake:outsource compiler:c++11-lib diff --git a/games/stonesoup/Makefile b/games/stonesoup/Makefile index b4e10a818a74..ec5dde502df2 100644 --- a/games/stonesoup/Makefile +++ b/games/stonesoup/Makefile @@ -11,7 +11,6 @@ COMMENT= Dungeon Crawl Stone Soup - a fun, free rogue-like game LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/../../LICENSE -BROKEN_powerpc64= fails to compile: tool/tile.h: 'nullptr' was not declared in this scope NOT_FOR_ARCHS= armv6 NOT_FOR_ARCHS_REASON= missing platform \#define or unsupported compiler diff --git a/games/traingame/Makefile b/games/traingame/Makefile index 55d2aa114a2d..f86611005672 100644 --- a/games/traingame/Makefile +++ b/games/traingame/Makefile @@ -16,8 +16,6 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libxerces-c.so:textproc/xerces-c3 \ libboost_filesystem.so:devel/boost-libs -BROKEN_powerpc64= fails to compile: Main.cpp.o: undefined reference to boost::program_options::arg - USE_GITHUB= yes GH_ACCOUNT= nickg GH_TAGNAME= cb6513e -- cgit