Date: Fri, 17 May 2019 10:50:54 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501853 - head/games/py-fife Message-ID: <201905171050.x4HAosPr056691@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Fri May 17 10:50:54 2019 New Revision: 501853 URL: https://svnweb.freebsd.org/changeset/ports/501853 Log: Bug 237550 - games/py-fife: fix build with GCC-based architectures Add USES=compiler:c++11-lang to fix build on GCC architectures. PR: 237550 Approved by: fiziologus@gmail.com (maintainer timeout), mentors (implicit approval) Modified: head/games/py-fife/Makefile Modified: head/games/py-fife/Makefile ============================================================================== --- head/games/py-fife/Makefile Fri May 17 10:47:04 2019 (r501852) +++ head/games/py-fife/Makefile Fri May 17 10:50:54 2019 (r501853) @@ -17,9 +17,7 @@ LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ libboost_filesystem.so:devel/boost-libs \ libpng.so:graphics/png -BROKEN_powerpc64= fails to compile: fifePYTHON_wrap.cxx: relocation truncated to fit - -USES= openal:al pkgconfig cmake +USES= cmake compiler:c++11-lang gl openal:al pkgconfig sdl USE_GL= gl USE_SDL= sdl2 ttf2 image2 USE_XORG= xcursor
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905171050.x4HAosPr056691>