mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 19:30:46 -04:00
11 lines
314 B
Text
11 lines
314 B
Text
--- src/libs/xpcom18a4/Makefile.kmk.orig 2021-01-07 15:44:04 UTC
|
|
+++ src/libs/xpcom18a4/Makefile.kmk
|
|
@@ -985,6 +985,8 @@ VBoxXPCOM_LIBS = \
|
|
$(VBox-xpcom-proxy_1_TARGET) \
|
|
$(VBox-xpcom-nspr_1_TARGET) \
|
|
$(VBoxXPCOMGlue_s_1_TARGET)
|
|
+VBoxXPCOM_LIBS.freebsd = \
|
|
+ pthread
|
|
VBoxXPCOM_LIBS.linux = \
|
|
pthread dl
|
|
|