SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
www/ungoogled-chromium/patches/patch-build_linux_chrome_map
Normal file
14
www/ungoogled-chromium/patches/patch-build_linux_chrome_map
Normal file
|
@ -0,0 +1,14 @@
|
|||
Index: build/linux/chrome.map
|
||||
--- build/linux/chrome.map.orig
|
||||
+++ 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;
|
Loading…
Add table
Add a link
Reference in a new issue