mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 14:50:31 -04:00
Finally, after a long wait, an electron port for FreeBSD lands in the portstree. A huge thanks to everyone contributed to this huge effort and to the maintainer that is willing to take the burden of the maintainership!
21 lines
476 B
Text
21 lines
476 B
Text
--- third_party/angle/BUILD.gn.orig 2019-03-15 06:40:08 UTC
|
|
+++ third_party/angle/BUILD.gn
|
|
@@ -275,6 +275,7 @@ static_library("angle_gpu_info_util") {
|
|
"X11",
|
|
"Xi",
|
|
"Xext",
|
|
+ "GL",
|
|
]
|
|
}
|
|
}
|
|
@@ -842,10 +843,6 @@ foreach(is_shared_library,
|
|
libs = []
|
|
if (is_linux) {
|
|
sources += rebase_path(util_gypi.util_linux_sources, ".", "util")
|
|
- libs += [
|
|
- "rt",
|
|
- "dl",
|
|
- ]
|
|
}
|
|
|
|
if (is_mac) {
|