mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
- Make existing patches apply cleanly Changelog: https://chromium.googlesource.com/chromium/src/+log/72.0.3626.121..73.0.3683.86?pretty=fuller&n=10000 Submitted by: Matthias Wolf MFH: 2019Q2
29 lines
532 B
Text
29 lines
532 B
Text
--- build/linux/chrome.map.orig 2019-03-11 22:00:52 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:
|
|
- *;
|
|
};
|