diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-22 13:17:38 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-22 13:17:38 +0000 |
commit | 081beb2d3875f34069e93090515a4244ba4790c5 (patch) | |
tree | f7a9a3f705ff6a19879564f16dea8fcc43168f42 /games/openxcom | |
parent | 7340c6df0a94d0bf665ad5e1c1b6d8c603f22b76 (diff) |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
Notes
Notes:
svn path=/head/; revision=441455
Diffstat (limited to 'games/openxcom')
-rw-r--r-- | games/openxcom/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/openxcom/Makefile b/games/openxcom/Makefile index e12e1b44ce8c..1e165e34f3f3 100644 --- a/games/openxcom/Makefile +++ b/games/openxcom/Makefile @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libyaml-cpp.so:devel/yaml-cpp +BROKEN_powerpc64= fails to compile: XcomResourcePack.cpp: undefined reference to YAML::LoadFile + USE_GITHUB= yes GH_ACCOUNT= SupSuper GH_PROJECT= OpenXcom |