diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2015-07-12 16:35:58 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2015-07-12 16:35:58 +0000 |
commit | 3ce7231cd4aa90cb77169034383bea90887ec9eb (patch) | |
tree | d51a1b03b0fa0c584d45aa2d16cfab719893c886 /multimedia/ffmpeg | |
parent | bfd391ef4a1f624109fa5c5a5267169e01e0443c (diff) |
Notes
Diffstat (limited to 'multimedia/ffmpeg')
-rw-r--r-- | multimedia/ffmpeg/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index 0a0f0130d234..84a55b2d536a 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm \ HAS_CONFIGURE= yes CONFIGURE_LOG= config.err -USES= cpe gmake pkgconfig perl5 tar:bzip2 +USES= compiler cpe gmake perl5 pkgconfig tar:bzip2 USE_LDCONFIG= yes USE_PERL5= build WANT_SDL= yes @@ -245,8 +245,10 @@ CONFIGURE_ARGS+= --enable-memalign-hack .endif .if ${ARCH} == "armv6" +.if ${CHOSEN_COMPILER_TYPE} == "clang" CONFIGURE_ENV+= ASFLAGS=-no-integrated-as .endif +.endif DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} |