Index: multimedia/gstreamer-ffmpeg/Makefile =================================================================== --- multimedia/gstreamer-ffmpeg/Makefile (revision 476501) +++ multimedia/gstreamer-ffmpeg/Makefile (working copy) @@ -16,9 +16,6 @@ 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\..* Index: multimedia/gstreamer-ffmpeg/files/patch-gst-libs_ext_libav_configure =================================================================== --- multimedia/gstreamer-ffmpeg/files/patch-gst-libs_ext_libav_configure (nonexistent) +++ multimedia/gstreamer-ffmpeg/files/patch-gst-libs_ext_libav_configure (working copy) @@ -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" + ;; Property changes on: multimedia/gstreamer-ffmpeg/files/patch-gst-libs_ext_libav_configure ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property