Index: head/audio/faad/Makefile =================================================================== --- head/audio/faad/Makefile (revision 474079) +++ head/audio/faad/Makefile (revision 474080) @@ -1,46 +1,42 @@ # Created by: Sean McGovern # $FreeBSD$ PORTNAME= faad2 PORTVERSION= 2.8.8 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= SF/faac/${PORTNAME}-src/${PORTNAME}-${PORTVERSION:R}.0 MAINTAINER= multimedia@FreeBSD.org COMMENT= MPEG-2 and MPEG-4 AAC audio decoder LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_mips= fails to build: mp4read.c:(.text+0x87c): undefined reference to '__builtin_bswap16' -BROKEN_mips64= fails to build: mp4read.c:(.text+0x87c): undefined reference to '__builtin_bswap16' -BROKEN_powerpc64= fails to build: mp4read.o:(.text+0x714): undefined reference to '__builtin_bswap16' - USES= autoreconf gmake libtool INSTALL_TARGET= install-strip GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib USE_LDCONFIG= yes post-extract: @${LN} -sf faad.man ${WRKSRC}/frontend/faad.1 post-patch: @${REINPLACE_CMD} -e 's|faad.man|faad.1|g' \ ${WRKSRC}/frontend/Makefile.am @${REINPLACE_CMD} -e 's|^AM_CFLAGS|AM_CPPFLAGS|g ; \ s|-iquote |-I|g' ${WRKSRC}/libfaad/Makefile.am @${REINPLACE_CMD} -e 's|= -DUSE_|= -fPIC -DPIC -DUSE_|g' \ ${WRKSRC}/common/mp4ff/Makefile.am @${ECHO_CMD} "SUBDIRS = libfaad common frontend" > \ ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -E -e 's|(FAAD2_VERSION +)"unknown"|\1"${PORTVERSION:R}"|' \ ${WRKSRC}/include/neaacdec.h post-configure: @${REINPLACE_CMD} "s/444/644/g" ${WRKSRC}/common/mp4ff/Makefile .include Index: head/audio/faad/files/patch-frontend_mp4read.c =================================================================== --- head/audio/faad/files/patch-frontend_mp4read.c (nonexistent) +++ head/audio/faad/files/patch-frontend_mp4read.c (revision 474080) @@ -0,0 +1,13 @@ +Make sure WORDS_BIGENDIAN is available on big endian archs like +powerpc{,64}. + +--- frontend/mp4read.c.orig 2018-06-26 06:56:37 UTC ++++ frontend/mp4read.c +@@ -24,6 +24,7 @@ + #include + #include + ++#include "config.h" + #include "unicode_support.h" + #include "mp4read.h" + Property changes on: head/audio/faad/files/patch-frontend_mp4read.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property