mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
Security: https://vuxml.freebsd.org/freebsd/c53cd328-8131-4fc2-a083-a9e9d45e3028.html Security: https://vuxml.freebsd.org/freebsd/756839e1-cd78-4082-9f9e-d0da616ca8dd.html
11 lines
369 B
Text
11 lines
369 B
Text
--- build/config/linux/libdrm/BUILD.gn.orig 2025-01-15 09:18:26 UTC
|
|
+++ build/config/linux/libdrm/BUILD.gn
|
|
@@ -15,7 +15,7 @@ declare_args() {
|
|
}
|
|
|
|
if (use_system_libdrm) {
|
|
- assert(!is_linux, "System libdrm is not supported in linux")
|
|
+# assert(!is_linux, "System libdrm is not supported in linux")
|
|
pkg_config("libdrm_config") {
|
|
packages = [ "libdrm" ]
|
|
}
|