diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-05-17 18:50:54 +0800 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-05-17 18:50:54 +0800 |
commit | 8200a50ff18977594ad866f85870f246630cd67c (patch) | |
tree | 58a476f1ee37d6fee0ac117c71b203396f541b63 | |
parent | 3f27890a5281a545853da68401621fbf7b1594d2 (diff) | |
download | freebsd-ports-gnome-8200a50ff18977594ad866f85870f246630cd67c.tar.gz freebsd-ports-gnome-8200a50ff18977594ad866f85870f246630cd67c.tar.zst freebsd-ports-gnome-8200a50ff18977594ad866f85870f246630cd67c.zip |
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)
-rw-r--r-- | games/py-fife/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/py-fife/Makefile b/games/py-fife/Makefile index d3c7f1a12e08..e646d0706e3e 100644 --- a/games/py-fife/Makefile +++ b/games/py-fife/Makefile @@ -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 |