diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-06-02 15:49:34 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-06-02 15:49:34 +0000 |
commit | 4ba19e7015058f9286be931cfdf7e35a16f56cca (patch) | |
tree | 543af2b67a881ad3a20085f3672b1439334e6a56 /games | |
parent | fabea6b246ec169649b27f17849858e8d8d5622a (diff) | |
download | ports-4ba19e7015058f9286be931cfdf7e35a16f56cca.tar.gz ports-4ba19e7015058f9286be931cfdf7e35a16f56cca.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/openclonk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/openclonk/Makefile b/games/openclonk/Makefile index 1dcb22d16430..f10f60b8e662 100644 --- a/games/openclonk/Makefile +++ b/games/openclonk/Makefile @@ -21,6 +21,8 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libpng.so:graphics/png \ libvorbis.so:audio/libvorbis +BROKEN_powerpc64= fails to compile: C4Texture.cpp:260:13: error: 'stoul' is not a member of 'std' + USES= compiler:c++14-lang cmake desktop-file-utils jpeg pkgconfig tar:bzip2 USE_GL= glew USE_GNOME= gtk30 |