diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-15 13:16:13 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-15 13:16:13 +0800 |
commit | b5269ca2c7cde0c8f23254fea3328d4d57ba7dc9 (patch) | |
tree | 1cc88102639df41dab2492cc3c04269350299441 /multimedia | |
parent | 181fa90f1d865f5c9d0446f135130c64068b8bef (diff) | |
download | freebsd-ports-gnome-b5269ca2c7cde0c8f23254fea3328d4d57ba7dc9.tar.gz freebsd-ports-gnome-b5269ca2c7cde0c8f23254fea3328d4d57ba7dc9.tar.zst freebsd-ports-gnome-b5269ca2c7cde0c8f23254fea3328d4d57ba7dc9.zip |
Attempt to fix aarch64 using the same trick as armv6.
While here, remove obsolete ia64 stanza.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-ffmpeg/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/multimedia/gstreamer-ffmpeg/Makefile b/multimedia/gstreamer-ffmpeg/Makefile index 176bb4cfe437..b34647c236ab 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 |