aboutsummaryrefslogtreecommitdiffstats
path: root/main/freeswitch/libvpx-fix-arm-float-abi.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2018-11-13 14:00:01 +0200
committerTimo Teräs <timo.teras@iki.fi>2018-11-13 14:00:23 +0200
commitc67dfcc39e22cfe3de13c45fb15d686c6a2faf5c (patch)
treeb597ba1c60982f00d6997d2c10487614e1a7b202 /main/freeswitch/libvpx-fix-arm-float-abi.patch
parentbf95d7c3e4737817b35c8873c918fd71bba08fb7 (diff)
downloadaports-c67dfcc39e22cfe3de13c45fb15d686c6a2faf5c.tar.bz2
aports-c67dfcc39e22cfe3de13c45fb15d686c6a2faf5c.tar.xz
main/freeswitch: fix armv7 build (libvpx configure triplet)
Diffstat (limited to 'main/freeswitch/libvpx-fix-arm-float-abi.patch')
-rw-r--r--main/freeswitch/libvpx-fix-arm-float-abi.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/freeswitch/libvpx-fix-arm-float-abi.patch b/main/freeswitch/libvpx-fix-arm-float-abi.patch
new file mode 100644
index 0000000000..9440aadc1b
--- /dev/null
+++ b/main/freeswitch/libvpx-fix-arm-float-abi.patch
@@ -0,0 +1,11 @@
+--- a/libs/libvpx/build/make/configure.sh 2017-01-12 22:27:27.000000000 +0200
++++ b/libs/libvpx/build/make/configure.sh 2018-11-13 13:49:37.998514809 +0200
+@@ -680,7 +680,7 @@
+ aarch64*)
+ tgt_isa=arm64
+ ;;
+- armv7*-hardfloat* | armv7*-gnueabihf | arm-*-gnueabihf)
++ armv7*-hardfloat* | armv7*-*eabihf | arm-*-*eabihf)
+ tgt_isa=armv7
+ float_abi=hard
+ ;;