Skip to content

Commit

Permalink
multimedia/libva: unbreak build with LLD 17
Browse files Browse the repository at this point in the history
Checking if "-Wl,--version-script" : links: NO
[...]
ld: error: va/libva.so.2.2000.0.p/va_compat.c.o: symbol vaCreateSurfaces@VA_API_0.32.0 has undefined version VA_API_0.32.0

PR:		274088
Reported by:	antoine (via bug 273753 exp-run)
  • Loading branch information
DimitryAndric authored and jbeich committed Sep 25, 2023
1 parent 480e7d6 commit 6837bc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions multimedia/libva/Makefile
Expand Up @@ -2,6 +2,9 @@ PORTNAME= libva
DISTVERSION= 2.20.0
CATEGORIES= multimedia

PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= 6b0efda45140.patch:-p1 # https://github.com/intel/libva/pull/758

MAINTAINER= jbeich@FreeBSD.org
COMMENT?= VAAPI wrapper and dummy driver
WWW= https://github.com/intel/libva
Expand Down
2 changes: 2 additions & 0 deletions multimedia/libva/distinfo
@@ -1,3 +1,5 @@
TIMESTAMP = 1694678653
SHA256 (intel-libva-2.20.0_GH0.tar.gz) = 117f8d658a5fc9ea406ca80a3eb4ae1d70b15a54807c9ed77199c812bed73b60
SIZE (intel-libva-2.20.0_GH0.tar.gz) = 280079
SHA256 (6b0efda45140.patch) = ac440a6633896a35938a3c7f761fea32d6c1d75020ecbfdb51216cf603a31604
SIZE (6b0efda45140.patch) = 2101

0 comments on commit 6837bc7

Please sign in to comment.