diff options
author | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-02-03 01:50:49 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-02-03 01:54:38 +0300 |
commit | 9ef87f0830a3c0d08f51082592e84d2116726d6a (patch) | |
tree | e97807278f0dbaaaf2ca1fce01158677f660827a /emulators/virtualbox-ose-70/files/patch-src-VBox-Runtime-Makefile.kmk | |
parent | multimedia/qmmp-qt6: update to 2.2.3 release (+) (diff) |
emulators/virtualbox-ose{,-kmod,-nox11}-70: Repocopy from emulators/virtualbox-ose{,-kmod,-nox11}
PR: 271146
Diffstat (limited to 'emulators/virtualbox-ose-70/files/patch-src-VBox-Runtime-Makefile.kmk')
-rw-r--r-- | emulators/virtualbox-ose-70/files/patch-src-VBox-Runtime-Makefile.kmk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose-70/files/patch-src-VBox-Runtime-Makefile.kmk b/emulators/virtualbox-ose-70/files/patch-src-VBox-Runtime-Makefile.kmk new file mode 100644 index 000000000000..f13be222ea9a --- /dev/null +++ b/emulators/virtualbox-ose-70/files/patch-src-VBox-Runtime-Makefile.kmk @@ -0,0 +1,14 @@ +--- src/VBox/Runtime/Makefile.kmk.orig 2021-01-07 15:41:50 UTC ++++ src/VBox/Runtime/Makefile.kmk +@@ -177,6 +177,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 |