aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2016-11-29 23:34:50 +0800
committerMark Linimon <linimon@FreeBSD.org>2016-11-29 23:34:50 +0800
commitdc75ca0f2aaea02486eb9dfee101eb5db2880a02 (patch)
tree1177ea1ea70e799eeb651ee12bcad356e212fc74
parent7f03ea1015f411ae615ee4746fcd1bf9f8a4c434 (diff)
downloadfreebsd-ports-gnome-dc75ca0f2aaea02486eb9dfee101eb5db2880a02.tar.gz
freebsd-ports-gnome-dc75ca0f2aaea02486eb9dfee101eb5db2880a02.tar.zst
freebsd-ports-gnome-dc75ca0f2aaea02486eb9dfee101eb5db2880a02.zip
Once again attempt to fix build on aarch64/armv6 by not stomping on CFLAGS.
Necessary but possibly insufficient. Reported by: portlint Approved by: portmgr (tier-2 blanket)
-rw-r--r--multimedia/gstreamer-ffmpeg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gstreamer-ffmpeg/Makefile b/multimedia/gstreamer-ffmpeg/Makefile
index b34647c236ab..3f1343c55eaa 100644
--- a/multimedia/gstreamer-ffmpeg/Makefile
+++ b/multimedia/gstreamer-ffmpeg/Makefile
@@ -64,7 +64,7 @@ FFMPEG_CFLAGS_OFF+=-msse
.if ${ARCH} == aarch64 || ${ARCH} == armv6
CONFIGURE_ENV+= ASFLAGS=-no-integrated-as
-CFLAGS= -no-integrated-as
+CFLAGS+= -no-integrated-as
BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils
CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin
MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin