Page MenuHomeFreeBSD

D20823.diff
No OneTemporary

D20823.diff

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 <vector>
+ #include <iostream>
++#include <cstring>
+
+ int main(int argc, char* argv[])
+ {

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 21, 3:17 PM (18 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27115084
Default Alt Text
D20823.diff (1 KB)

Event Timeline