diff options
Diffstat (limited to 'emulators/virtualbox-ose-legacy/files/patch-src-VBox-HostDrivers-Support-freebsd-Makefile')
-rw-r--r-- | emulators/virtualbox-ose-legacy/files/patch-src-VBox-HostDrivers-Support-freebsd-Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-HostDrivers-Support-freebsd-Makefile b/emulators/virtualbox-ose-legacy/files/patch-src-VBox-HostDrivers-Support-freebsd-Makefile new file mode 100644 index 000000000000..8633e8a2269a --- /dev/null +++ b/emulators/virtualbox-ose-legacy/files/patch-src-VBox-HostDrivers-Support-freebsd-Makefile @@ -0,0 +1,27 @@ +--- src/VBox/HostDrivers/Support/freebsd/Makefile.orig 2020-05-13 19:43:53 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,13 +95,14 @@ SRCS += \ + RTStrCopy.c \ + RTStrCopyEx.c \ + RTStrCopyP.c \ ++ memchr.c \ + strformat.c \ + strformatrt.c \ + strformattype.c \ ++ stringalloc.c \ + strprintf.c \ + strtonum.c \ +- memchr.c \ +- stringalloc.c ++ utf-8.c + + .PATH: ${.CURDIR}/common/rand + SRCS += \ |