View | Details | Raw Unified | Return to bug 229339
Collapse All | Expand All

(-)Makefile (-2 lines)
Lines 13-20 Link Here
13
LICENSE=	GPLv2+
13
LICENSE=	GPLv2+
14
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
15
16
BROKEN_powerpc64=	fails to build: mp4read.o:(.text+0x714): undefined reference to '__builtin_bswap16'
17
18
USES=		autoreconf gmake libtool
16
USES=		autoreconf gmake libtool
19
INSTALL_TARGET=	install-strip
17
INSTALL_TARGET=	install-strip
20
18
(-)files/patch-frontend_mp4read.c (+13 lines)
Line 0 Link Here
1
Make sure WORDS_BIGENDIAN is available on big endian archs like
2
powerpc{,64}.
3
4
--- frontend/mp4read.c.orig	2018-06-26 06:56:37 UTC
5
+++ frontend/mp4read.c
6
@@ -24,6 +24,7 @@
7
 #include <time.h>
8
 #include <limits.h>
9
 
10
+#include "config.h"
11
 #include "unicode_support.h"
12
 #include "mp4read.h"
13
 

Return to bug 229339