opnsense-ports/emulators/virtualbox-ose/files/patch-src-VBox-Installer-Makefile.kmk
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

15 lines
490 B
Text

--- src/VBox/Installer/Makefile.kmk.orig 2009-10-05 14:31:40.000000000 +0200
+++ src/VBox/Installer/Makefile.kmk 2009-10-05 14:32:09.000000000 +0200
@@ -38,10 +38,12 @@
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