multimedia/aom: unbreak VMAF after f40d123e50
ld: error: undefined symbol: environ >>> referenced by auxv.c:54 (/usr/src/lib/libc/gen/auxv.c:54) >>> auxv.o:(init_aux_vector_once) in archive /usr/lib/libc.a >>> referenced by tls.c:443 (/usr/src/lib/libc/gen/tls.c:443) >>> tls.o:(_init_tls) in archive /usr/lib/libc.a >>> referenced by getenv.c:250 (/usr/src/lib/libc/stdlib/getenv.c:250) >>> getenv.o:(__clean_env_destructor) in archive /usr/lib/libc.a >>> referenced 17 more times ld: error: undefined symbol: __progname >>> referenced by getprogname.c:16 (/usr/src/lib/libc/gen/getprogname.c:16) >>> getprogname.o:(_getprogname) in archive /usr/lib/libc.a c++: error: linker command failed with exit code 1 (use -v to see invocation) PR: 255590 Reported by: ice@extreme.hu, fluffy Regressed by: https://aomedia.googlesource.com/aom/+/b53a4d710849%5E!/
This commit is contained in:
parent
0c0a4f4b91
commit
27a2b131c7
2 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,9 @@ DISTVERSIONPREFIX= v
|
|||
DISTVERSION= 3.1.0
|
||||
CATEGORIES= multimedia
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
PATCHFILES+= 86874609267d.patch:-p1 # https://bugs.chromium.org/p/aomedia/issues/detail?id=3050
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT= AV1 reference encoder/decoder
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1620075560
|
||||
SHA256 (jbeich-aom-v3.1.0_GH0.tar.gz) = d1cd3f12095367104fe3169cf41ecf9f8301620fbb5fb98b676c43fc52ff7a00
|
||||
SIZE (jbeich-aom-v3.1.0_GH0.tar.gz) = 4611482
|
||||
SHA256 (86874609267d.patch) = 6d70401e8cc9cd7a93a4091307f3a5e351b829f939410bb2a5b30ad64ca672ab
|
||||
SIZE (86874609267d.patch) = 1144
|
||||
|
|
Loading…
Reference in a new issue