MFH: r477647

Fix build on aarch64

PR:		230438
Submitted by:	mikael.urankar@gmail.com

Approved by:	ports-secteam (riggs)
This commit is contained in:
Thomas Zander 2018-08-20 10:37:38 +00:00
parent afa3640296
commit 657bff19ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q3/; revision=477648
2 changed files with 12 additions and 3 deletions

View File

@ -16,9 +16,6 @@ COMMENT= GStreamer plug-in for manipulating MPEG video streams
LICENSE= GPLv2
NOT_FOR_ARCHS= aarch64
NOT_FOR_ARCHS_REASON= invokes x86 asm
LIB_DEPENDS= liborc-0.4.so:devel/orc
PORTSCOUT= limit:0\.10\..*

View File

@ -0,0 +1,12 @@
--- gst-libs/ext/libav/configure.orig 2018-08-07 16:03:13 UTC
+++ gst-libs/ext/libav/configure
@@ -2133,6 +2133,9 @@ fi
# Deal with common $arch aliases
case "$arch" in
+ aarch64|arm64)
+ arch="aarch64"
+ ;;
arm*)
arch="arm"
;;