aboutsummaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2015-07-12 16:35:58 +0000
committerThomas Zander <riggs@FreeBSD.org>2015-07-12 16:35:58 +0000
commit3ce7231cd4aa90cb77169034383bea90887ec9eb (patch)
treed51a1b03b0fa0c584d45aa2d16cfab719893c886 /multimedia/ffmpeg
parentbfd391ef4a1f624109fa5c5a5267169e01e0443c (diff)
downloadports-3ce7231cd4aa90cb77169034383bea90887ec9eb.tar.gz
ports-3ce7231cd4aa90cb77169034383bea90887ec9eb.zip
Notes
Diffstat (limited to 'multimedia/ffmpeg')
-rw-r--r--multimedia/ffmpeg/Makefile4
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}