svn commit: r496927 - head/emulators/virtualbox-ose/files

Jung-uk Kim jkim at FreeBSD.org
Tue Mar 26 22:23:53 UTC 2019


Author: jkim
Date: Tue Mar 26 22:23:52 2019
New Revision: 496927
URL: https://svnweb.freebsd.org/changeset/ports/496927

Log:
  Fix build with lld on head after r345349.
  
  PR:		236775

Added:
  head/emulators/virtualbox-ose/files/patch-src_libs_xpcom18a4_Makefile.kmk   (contents, props changed)

Added: head/emulators/virtualbox-ose/files/patch-src_libs_xpcom18a4_Makefile.kmk
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/virtualbox-ose/files/patch-src_libs_xpcom18a4_Makefile.kmk	Tue Mar 26 22:23:52 2019	(r496927)
@@ -0,0 +1,11 @@
+--- src/libs/xpcom18a4/Makefile.kmk.orig	2019-01-25 18:32:58 UTC
++++ src/libs/xpcom18a4/Makefile.kmk
+@@ -980,6 +980,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
+ 


More information about the svn-ports-all mailing list