14 lines
387 B
Plaintext
14 lines
387 B
Plaintext
$OpenBSD: patch-build_config_BUILD_gn,v 1.5 2018/05/04 07:14:57 robert Exp $
|
|
Index: build/config/BUILD.gn
|
|
--- build/config/BUILD.gn.orig
|
|
+++ build/config/BUILD.gn
|
|
@@ -249,7 +249,7 @@ config("default_libs") {
|
|
"CoreText.framework",
|
|
"Foundation.framework",
|
|
]
|
|
- } else if (is_linux) {
|
|
+ } else if (is_linux && !is_openbsd) {
|
|
libs = [
|
|
"dl",
|
|
"pthread",
|