diff options
author | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-08-29 17:56:29 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-08-29 17:56:29 +0300 |
commit | 54a5827bb6a0a139ee746704a1b5c92f2f3b3042 (patch) | |
tree | dae4203bf73879bd9476a843ebe40ea2bbc36192 /emulators/virtualbox-ose-72/files/patch-src-VBox-Installer-Makefile.kmk | |
parent | www/nginx-devel: add missing patch for a third-party nats module (diff) |
emulators/virtualbox-ose{,-kmod,-nox11}-72: Repocopy from emulators/virtualbox-ose{,-kmod,-nox11}-71
PR: 289019
Diffstat (limited to 'emulators/virtualbox-ose-72/files/patch-src-VBox-Installer-Makefile.kmk')
-rw-r--r-- | emulators/virtualbox-ose-72/files/patch-src-VBox-Installer-Makefile.kmk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose-72/files/patch-src-VBox-Installer-Makefile.kmk b/emulators/virtualbox-ose-72/files/patch-src-VBox-Installer-Makefile.kmk new file mode 100644 index 000000000000..45546433c627 --- /dev/null +++ b/emulators/virtualbox-ose-72/files/patch-src-VBox-Installer-Makefile.kmk @@ -0,0 +1,14 @@ +--- src/VBox/Installer/Makefile.kmk.orig 2020-05-13 19:44:01 UTC ++++ src/VBox/Installer/Makefile.kmk +@@ -41,9 +41,11 @@ ifndef VBOX_ONLY_SDK + if "$(KBUILD_TARGET)" == "win" && "$(KBUILD_HOST)" == "win" + include $(PATH_SUB_CURRENT)/win/Makefile.kmk + endif ++if 0 + if "$(KBUILD_TARGET)" == "freebsd" && "$(KBUILD_HOST)" == "freebsd" + include $(PATH_SUB_CURRENT)/freebsd/Makefile.kmk + endif ++endif + endif + + include $(PATH_SUB_CURRENT)/common/Makefile.kmk |