mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -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!
29 lines
532 B
Text
29 lines
532 B
Text
--- build/linux/chrome.map.orig 2019-03-15 06:25:28 UTC
|
|
+++ build/linux/chrome.map
|
|
@@ -1,4 +1,7 @@
|
|
{
|
|
+local:
|
|
+ *;
|
|
+
|
|
global:
|
|
__bss_start;
|
|
__data_start;
|
|
@@ -20,6 +23,10 @@ global:
|
|
# Program entry point.
|
|
_start;
|
|
|
|
+ # FreeBSD specific variables.
|
|
+ __progname;
|
|
+ environ;
|
|
+
|
|
# Memory allocation symbols. We want chrome and any libraries to
|
|
# share the same heap, so it is correct to export these symbols.
|
|
calloc;
|
|
@@ -81,7 +88,4 @@ global:
|
|
localtime64;
|
|
localtime64_r;
|
|
localtime_r;
|
|
-
|
|
-local:
|
|
- *;
|
|
};
|