Date: Mon, 10 Sep 2018 01:52:59 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479347 - head/games/lander Message-ID: <201809100152.w8A1qxvs090887@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Mon Sep 10 01:52:59 2018 New Revision: 479347 URL: https://svnweb.freebsd.org/changeset/ports/479347 Log: Try but fail to fix build on gcc-based archs. The changes are necessary but not sufficient. This has no effect on clang-based archs. Approved by: portmgr (tier-2 blanket) Modified: head/games/lander/Makefile Modified: head/games/lander/Makefile ============================================================================== --- head/games/lander/Makefile Mon Sep 10 01:48:50 2018 (r479346) +++ head/games/lander/Makefile Mon Sep 10 01:52:59 2018 (r479347) @@ -14,12 +14,14 @@ COMMENT= Lunar Lander clone LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to configure: error: Could not link against boost_filesystem-boost_filesystem + LIB_DEPENDS= libfreetype.so:print/freetype2 \ libboost_filesystem.so:devel/boost-libs \ libpng.so:graphics/png GNU_CONFIGURE= yes -USES= gettext localbase pkgconfig +USES= compiler:c++11-lib gettext localbase pkgconfig USE_SDL= sdl image mixer USE_GL= gl glu
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809100152.w8A1qxvs090887>