aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mplayer/Makefile.options
diff options
context:
space:
mode:
authorriggs <riggs@FreeBSD.org>2015-01-18 19:40:01 +0800
committerriggs <riggs@FreeBSD.org>2015-01-18 19:40:01 +0800
commitc43c89f15f32b3a4d833deeab9057c5a200ec066 (patch)
treece211fd80fc1fa32bc3d919b5aa24a6fb93b4778 /multimedia/mplayer/Makefile.options
parent0abdb2a7cf62a6027c813020b537d374c632a14d (diff)
downloadfreebsd-ports-gnome-c43c89f15f32b3a4d833deeab9057c5a200ec066.tar.gz
freebsd-ports-gnome-c43c89f15f32b3a4d833deeab9057c5a200ec066.tar.zst
freebsd-ports-gnome-c43c89f15f32b3a4d833deeab9057c5a200ec066.zip
Handle arch-dependent CFLAGS in Makefile.options because it
should be included by mencoder as well.
Diffstat (limited to 'multimedia/mplayer/Makefile.options')
-rw-r--r--multimedia/mplayer/Makefile.options3
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/mplayer/Makefile.options b/multimedia/mplayer/Makefile.options
index eb64b54f0de8..e1a45901177a 100644
--- a/multimedia/mplayer/Makefile.options
+++ b/multimedia/mplayer/Makefile.options
@@ -141,6 +141,9 @@ MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin
.endif # ${PORT_OPTIONS:MOTCHAIN}
.endif # defined(WITH_BASE_CLANG)
+.if ${ARCH} == "armv6"
+CFLAGS_armv6+= -no-integrated-as
+.endif
# Extra build options for debugging and optimised CFLAGS
# ======================================================