aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2015-08-17 06:16:18 +0800
committerjbeich <jbeich@FreeBSD.org>2015-08-17 06:16:18 +0800
commitcf6c269a820fc1141c8d948b35b6049521ed0fdb (patch)
tree409b460dfc7b909d310a4c31cd749bbe14f962a4 /multimedia
parent4bdaaa7e531d62e4b3f519ac03acc776040cbb24 (diff)
downloadfreebsd-ports-gnome-cf6c269a820fc1141c8d948b35b6049521ed0fdb.tar.gz
freebsd-ports-gnome-cf6c269a820fc1141c8d948b35b6049521ed0fdb.tar.zst
freebsd-ports-gnome-cf6c269a820fc1141c8d948b35b6049521ed0fdb.zip
multimedia/openh264: unbreak build on armv6
Disable NEON support for armv6 (softfp). Alas, MACHINE_CPU is underspecified on arm* to conditionalize NEON check within a port. PR: 201273 Reported by: pkg-fallout Submitted by: mikael.urankar@gmail.com MFH: 2015Q3
Diffstat (limited to 'multimedia')
-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/