mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
d90bf58cf8
- 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
30 lines
532 B
Plaintext
30 lines
532 B
Plaintext
--- 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:
|
|
- *;
|
|
};
|