Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-Support-freebsd-Makefile
17359 views
--- src/VBox/HostDrivers/Support/freebsd/Makefile.orig	2019-01-25 18:19:55 UTC
+++ src/VBox/HostDrivers/Support/freebsd/Makefile
@@ -82,6 +82,7 @@ SRCS += \
 	assert.c \
 	handletable.c \
 	handletablectx.c \
+	handletablesimple.c \
 	once.c \
 	term.c \
 	thread.c
@@ -94,14 +95,15 @@ SRCS += \
 	RTStrCopy.c \
 	RTStrCopyEx.c \
 	RTStrCopyP.c \
+	memchr.c \
 	strformat.c \
 	strformatnum.c \
 	strformatrt.c \
 	strformattype.c \
+	stringalloc.c \
 	strprintf.c \
 	strtonum.c \
-	memchr.c \
-	stringalloc.c
+	utf-8.c
 
 .PATH:	${.CURDIR}/common/rand
 SRCS += \