diff options
Diffstat (limited to 'emulators/virtualbox-ose-legacy/files/patch-src-VBox-Runtime-Makefile.kmk')
-rw-r--r-- | emulators/virtualbox-ose-legacy/files/patch-src-VBox-Runtime-Makefile.kmk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Runtime-Makefile.kmk b/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Runtime-Makefile.kmk new file mode 100644 index 000000000000..915f57ae49b0 --- /dev/null +++ b/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Runtime-Makefile.kmk @@ -0,0 +1,23 @@ +--- src/VBox/Runtime/Makefile.kmk.orig 2020-07-09 16:57:23 UTC ++++ src/VBox/Runtime/Makefile.kmk +@@ -173,6 +173,11 @@ $(IPRT_OUT_DIR)/oiddb.h.ts +| $(IPRT_OUT_DIR)/oiddb.h: + + + # ++# Set the defines that utf8-posix.cpp needs. It's used by several targets. ++# ++r3/posix/utf8-posix.cpp_DEFS.freebsd = $(VBOX_ICONV_DEFS) ++ ++# + # Unicode Specification reader used to regenerate unidata-*.cpp. + # + uniread_TEMPLATE = VBoxBldProg +@@ -1632,7 +1637,7 @@ VBoxRT_SOURCES.solaris += \ + VBoxRT_SOURCES.darwin += \ + r3/posix/fileaio-posix.cpp + VBoxRT_SOURCES.freebsd += \ +- r3/freebsd/fileaio-freebsd.cpp ++ r3/posix/fileaio-posix.cpp + VBoxRT_INCS := $(RuntimeR3_INCS) + VBoxRT_INCS.$(KBUILD_TARGET) := $(RuntimeR3_INCS.$(KBUILD_TARGET)) + VBoxRT_INCS.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH) := $(RuntimeR3_INCS.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)) |