mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
graphics/mesa-dri: fix build with clang 19
Reviewed by: manu Tested by: jbeich PR: 282316
This commit is contained in:
parent
37142aa298
commit
13d55b0eaa
@ -1,5 +1,6 @@
|
||||
PORTNAME= mesa-dri
|
||||
PORTVERSION= ${MESAVERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
|
||||
COMMENT= OpenGL hardware acceleration drivers for DRI2+
|
||||
|
@ -17,6 +17,8 @@ DISTFILES= mesa-${MESAVERSION}${EXTRACT_SUFX}
|
||||
|
||||
PATCH_SITES= https://gitlab.freedesktop.org/mesa/mesa/-/commit/
|
||||
PATCHFILES+= 4a253aae7ca437201d2a31d2a11a1a5434fe41f1.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26284
|
||||
PATCHFILES+= 5a9c052ba78e5d1b0020b8f8320d211d2205a958.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29993
|
||||
PATCHFILES+= 5d48fb19553c15bbbac498afcb7cc8710a803716.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31931
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
||||
|
@ -3,3 +3,7 @@ SHA256 (mesa-24.1.7.tar.xz) = ecd2e7b1c73998f4103542f39c6b8c968d251637ccc8caa426
|
||||
SIZE (mesa-24.1.7.tar.xz) = 29206724
|
||||
SHA256 (4a253aae7ca437201d2a31d2a11a1a5434fe41f1.patch) = 84f18f14788bd8f387e2fc754b945bf30f84b517dd917785ed5d8ef1d594e24a
|
||||
SIZE (4a253aae7ca437201d2a31d2a11a1a5434fe41f1.patch) = 1626
|
||||
SHA256 (5a9c052ba78e5d1b0020b8f8320d211d2205a958.patch) = 4b4b7e205ea333db66c809d442f17e1f865aa623c54e7e4d918c45a1f2c9704f
|
||||
SIZE (5a9c052ba78e5d1b0020b8f8320d211d2205a958.patch) = 2162
|
||||
SHA256 (5d48fb19553c15bbbac498afcb7cc8710a803716.patch) = 316360bdb0e0eb46075a8e537e1147283d1e88f2ee48d9eac13bb8c24f7d7b46
|
||||
SIZE (5d48fb19553c15bbbac498afcb7cc8710a803716.patch) = 1090
|
||||
|
Loading…
Reference in New Issue
Block a user