summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2016-11-15 05:16:13 +0000
committerlinimon <linimon@FreeBSD.org>2016-11-15 05:16:13 +0000
commitb5269ca2c7cde0c8f23254fea3328d4d57ba7dc9 (patch)
tree1cc88102639df41dab2492cc3c04269350299441
parent181fa90f1d865f5c9d0446f135130c64068b8bef (diff)
downloadFreeBSD-ports-b5269ca2c7cde0c8f23254fea3328d4d57ba7dc9.zip
FreeBSD-ports-b5269ca2c7cde0c8f23254fea3328d4d57ba7dc9.tar.gz
Attempt to fix aarch64 using the same trick as armv6.
While here, remove obsolete ia64 stanza. Approved by: portmgr (tier-2 blanket)
-rw-r--r--multimedia/gstreamer-ffmpeg/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/multimedia/gstreamer-ffmpeg/Makefile b/multimedia/gstreamer-ffmpeg/Makefile
index 176bb4c..b34647c 100644
--- a/multimedia/gstreamer-ffmpeg/Makefile
+++ b/multimedia/gstreamer-ffmpeg/Makefile
@@ -62,7 +62,7 @@ FFMPEG_CFLAGS_OFF+=-msse
.include <bsd.port.pre.mk>
-.if ${ARCH} == armv6
+.if ${ARCH} == aarch64 || ${ARCH} == armv6
CONFIGURE_ENV+= ASFLAGS=-no-integrated-as
CFLAGS= -no-integrated-as
BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils
@@ -71,11 +71,6 @@ MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin
.endif
.if ! ${PORT_OPTIONS:MFFMPEG}
-.if ${ARCH} == ia64
-BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils
-CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin
-MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin
-.endif
.if ${ARCH} == powerpc64
FFMPEG_CONFIG+= --arch=ppc64
OpenPOWER on IntegriCloud