diff options
author | linimon <linimon@FreeBSD.org> | 2018-09-25 15:29:25 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-09-25 15:29:25 +0800 |
commit | ae8146aa21f2c06d1c87bfa3fa60c6a09f8861c8 (patch) | |
tree | 262a5db58bff73f86c94d292d6eafdc8e48838a9 /games | |
parent | d495fbb251be86e97774ce324868aaa2b4734675 (diff) | |
download | freebsd-ports-gnome-ae8146aa21f2c06d1c87bfa3fa60c6a09f8861c8.tar.gz freebsd-ports-gnome-ae8146aa21f2c06d1c87bfa3fa60c6a09f8861c8.tar.zst freebsd-ports-gnome-ae8146aa21f2c06d1c87bfa3fa60c6a09f8861c8.zip |
These ports now build on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'games')
-rw-r--r-- | games/emptyepsilon/Makefile | 2 | ||||
-rw-r--r-- | games/stonesoup/Makefile | 1 | ||||
-rw-r--r-- | games/traingame/Makefile | 2 |
3 files changed, 0 insertions, 5 deletions
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 |