mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
01b2b9b6d6
This addresses some security issues, including at least one Google admits was being exploited in the wild. For more, see: https://chromereleases.googleblog.com/2020/02/stable-channel-update-for-desktop_24.html PR: 244625 Approved by: jrm, rene Security: CVE-2020-6407, CVE-2020-6418 (in the wild), CVE-2020-6420 Differential Revision: https://reviews.freebsd.org/D23984
22 lines
435 B
Plaintext
22 lines
435 B
Plaintext
--- third_party/angle/BUILD.gn.orig 2020-03-03 18:55:22 UTC
|
|
+++ third_party/angle/BUILD.gn
|
|
@@ -389,6 +389,7 @@ angle_static_library("angle_gpu_info_util") {
|
|
"X11",
|
|
"Xi",
|
|
"Xext",
|
|
+ "GL",
|
|
]
|
|
}
|
|
}
|
|
@@ -1107,10 +1108,6 @@ foreach(is_shared_library,
|
|
|
|
if (is_linux) {
|
|
sources += util_linux_sources
|
|
- libs += [
|
|
- "rt",
|
|
- "dl",
|
|
- ]
|
|
}
|
|
|
|
if (is_mac) {
|