aboutsummaryrefslogtreecommitdiff
path: root/multimedia/openh264
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-08-16 22:16:18 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-08-16 22:16:18 +0000
commit6ac83e08942425d0430ee8254d25010ed5d0fe5b (patch)
tree409b460dfc7b909d310a4c31cd749bbe14f962a4 /multimedia/openh264
parent800d5a69eb59814d4b9c29d180a73e5b8d55e12c (diff)
downloadports-6ac83e08942425d0430ee8254d25010ed5d0fe5b.tar.gz
ports-6ac83e08942425d0430ee8254d25010ed5d0fe5b.zip
Notes
Diffstat (limited to 'multimedia/openh264')
-rw-r--r--multimedia/openh264/files/patch-build_arch.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/openh264/files/patch-build_arch.mk b/multimedia/openh264/files/patch-build_arch.mk
new file mode 100644
index 000000000000..ae78cca837eb
--- /dev/null
+++ b/multimedia/openh264/files/patch-build_arch.mk
@@ -0,0 +1,11 @@
+--- build/arch.mk.orig 2015-08-09 21:14:55 UTC
++++ build/arch.mk
+@@ -1,7 +1,7 @@
+ ifneq ($(filter %86 x86_64, $(ARCH)),)
+ include $(SRC_PATH)build/x86-common.mk
+ endif
+-ifneq ($(filter-out arm64, $(filter arm%, $(ARCH))),)
++ifneq ($(filter-out armv6 arm64, $(filter arm%, $(ARCH))),)
+ ifeq ($(USE_ASM), Yes)
+ ASM_ARCH = arm
+ ASMFLAGS += -I$(SRC_PATH)codec/common/arm/