mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
bfedd5f1f0
On the port side, this update brings: - libvulkan enabled by default - more unit tests enabled - no longer dependent on Python 2.7 Security: https://vuxml.freebsd.org/freebsd/e0914087-9a09-11ec-9e61-3065ec8fd3ec.html
14 lines
366 B
Plaintext
14 lines
366 B
Plaintext
--- build/linux/chrome.map.orig 2022-02-28 16:54:41 UTC
|
|
+++ build/linux/chrome.map
|
|
@@ -20,6 +20,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.
|
|
aligned_alloc;
|