svn commit: r501853 - head/games/py-fife

Piotr Kubaj pkubaj at FreeBSD.org
Fri May 17 10:50:55 UTC 2019


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 at 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


More information about the svn-ports-all mailing list