Index: head/multimedia/oggvideotools/Makefile =================================================================== --- head/multimedia/oggvideotools/Makefile +++ head/multimedia/oggvideotools/Makefile @@ -19,8 +19,6 @@ libtheora.so:multimedia/libtheora \ libvorbis.so:audio/libvorbis -BROKEN_powerpc64= fails to build: decoderTest.cpp: 'memset' was not declared in this scope - USES= cmake compiler:c++11-lib localbase:ldflags pkgconfig tar:bz2 USE_CXXSTD= c++11 USE_SDL= sdl Index: head/multimedia/oggvideotools/files/patch-src_base_test_decoderTest.cpp =================================================================== --- head/multimedia/oggvideotools/files/patch-src_base_test_decoderTest.cpp +++ head/multimedia/oggvideotools/files/patch-src_base_test_decoderTest.cpp @@ -0,0 +1,10 @@ +--- src/base/test/decoderTest.cpp.orig 2019-07-01 07:30:12 UTC ++++ src/base/test/decoderTest.cpp +@@ -5,6 +5,7 @@ + #include "oggDecoder.h" + #include + #include ++#include + + int main(int argc, char* argv[]) + {