summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2016-11-29 15:34:50 +0000
committerlinimon <linimon@FreeBSD.org>2016-11-29 15:34:50 +0000
commit949200eed1876791621a48129be0317cfbc7a2c8 (patch)
tree1177ea1ea70e799eeb651ee12bcad356e212fc74
parent29b218ad647803a9aaa8289afc5174f4145d8ca0 (diff)
downloadFreeBSD-ports-949200eed1876791621a48129be0317cfbc7a2c8.zip
FreeBSD-ports-949200eed1876791621a48129be0317cfbc7a2c8.tar.gz
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 b34647c..3f1343c 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
OpenPOWER on IntegriCloud