mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- Adapt and regenerate patches - Reduce differences in patch-src_VBox_Devices_PC_vbox-cpuhotplug.dsl [1] Patch based on one provided by Mario Lobo <lobo@bsd.com.br>. Many thanks to people who provided ideas and suggetions in the PR and review. PR: 244212 Submitted by: Nikita Stepanov <nikitastepan0v@bk.ru> Reviewed by: kevans [1] Tested by: lwshu Approved by: ports-secteam (joneum) MFH: 2020Q3 Security: 1e7b316b-c6a8-11ea-a7d5-001999f8d30b Differential Revision: https://reviews.freebsd.org/D25496
14 lines
460 B
Text
14 lines
460 B
Text
--- 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
|