1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

www/firefox: correct Skia error on aarch64

Instead of using -target aarch64-unknown-freebsd12.0 get the error
from inside aarch64 jail. AT_HWCAP exists on all achitectures but is
only implemented on armv6/armv7 and powerpc*.
This commit is contained in:
Jan Beich 2019-03-02 01:17:42 +00:00
parent 9c21075a52
commit cd06546893
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494358
4 changed files with 8 additions and 8 deletions

View File

@ -1,8 +1,8 @@
Regressed by https://svnweb.freebsd.org/changeset/base/324815
gfx/skia/skia/src/core/SkCpu.cpp:81:37: error: use of undeclared identifier 'AT_HWCAP'
gfx/skia/skia/src/core/SkCpu.cpp:81:27: error: use of undeclared identifier 'getauxval'
uint32_t hwcaps = getauxval(AT_HWCAP);
^
^
--- gfx/skia/skia/src/core/SkCpu.cpp.orig 2019-02-27 22:18:23 UTC
+++ gfx/skia/skia/src/core/SkCpu.cpp

View File

@ -1,8 +1,8 @@
Regressed by https://svnweb.freebsd.org/changeset/base/324815
gfx/skia/skia/src/core/SkCpu.cpp:81:37: error: use of undeclared identifier 'AT_HWCAP'
gfx/skia/skia/src/core/SkCpu.cpp:81:27: error: use of undeclared identifier 'getauxval'
uint32_t hwcaps = getauxval(AT_HWCAP);
^
^
--- mozilla-release/gfx/skia/skia/src/core/SkCpu.cpp.orig 2019-02-27 22:18:23 UTC
+++ mozilla-release/gfx/skia/skia/src/core/SkCpu.cpp

View File

@ -1,8 +1,8 @@
Regressed by https://svnweb.freebsd.org/changeset/base/324815
gfx/skia/skia/src/core/SkCpu.cpp:81:37: error: use of undeclared identifier 'AT_HWCAP'
gfx/skia/skia/src/core/SkCpu.cpp:81:27: error: use of undeclared identifier 'getauxval'
uint32_t hwcaps = getauxval(AT_HWCAP);
^
^
--- gfx/skia/skia/src/core/SkCpu.cpp.orig 2019-02-27 22:18:23 UTC
+++ gfx/skia/skia/src/core/SkCpu.cpp

View File

@ -1,8 +1,8 @@
Regressed by https://svnweb.freebsd.org/changeset/base/324815
gfx/skia/skia/src/core/SkCpu.cpp:81:37: error: use of undeclared identifier 'AT_HWCAP'
gfx/skia/skia/src/core/SkCpu.cpp:81:27: error: use of undeclared identifier 'getauxval'
uint32_t hwcaps = getauxval(AT_HWCAP);
^
^
--- gfx/skia/skia/src/core/SkCpu.cpp.orig 2019-02-27 22:18:23 UTC
+++ gfx/skia/skia/src/core/SkCpu.cpp