multimedia/libvpx: unbreak on armv7
vpx_ports/arm_cpudetect.c.o: In function `arm_cpu_caps': arm_cpudetect.c:(.text+0x48): undefined reference to `getauxval' arm_cpudetect.c:(.text+0x78): undefined reference to `getauxval' c++: error: linker command failed with exit code 1 (use -v to see invocation) PR: 224107 Reported by: pkg-fallout Submitted by: Mikaël Urankar
This commit is contained in:
parent
b9ef1b9643
commit
1bc81acd3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466919
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
}
|
||||
+#elif defined(__FreeBSD__)
|
||||
+
|
||||
+#if __has_include(<sys/auxv.h>)
|
||||
+#if 0 // __has_include(<sys/auxv.h>)
|
||||
+#include <sys/auxv.h>
|
||||
+#else
|
||||
+#include <sys/param.h>
|
||||
|
|
Loading…
Reference in a new issue