diff options
Diffstat (limited to 'emulators/virtualbox-ose-72/files/patch-src_libs_xpcom18a4_Makefile.kmk')
-rw-r--r-- | emulators/virtualbox-ose-72/files/patch-src_libs_xpcom18a4_Makefile.kmk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose-72/files/patch-src_libs_xpcom18a4_Makefile.kmk b/emulators/virtualbox-ose-72/files/patch-src_libs_xpcom18a4_Makefile.kmk new file mode 100644 index 000000000000..95f5972ce7f8 --- /dev/null +++ b/emulators/virtualbox-ose-72/files/patch-src_libs_xpcom18a4_Makefile.kmk @@ -0,0 +1,11 @@ +--- src/libs/xpcom18a4/Makefile.kmk.orig 2025-08-13 19:56:45 UTC ++++ src/libs/xpcom18a4/Makefile.kmk +@@ -601,6 +601,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 + |