summaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-Makefile.kmk
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2010-07-08 07:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2010-07-08 07:37:32 +0000
commitb80064cbb9898918e6563795d0233e58fde5e7a6 (patch)
treec805049ad5c2b944a6ce5e4d414b7a5c0dff612e /emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-Makefile.kmk
parentAdd an option to build the milter with SPF support. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_1_0'.release/8.1.0
Diffstat (limited to 'emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-Makefile.kmk')
-rw-r--r--emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-Makefile.kmk18
1 files changed, 0 insertions, 18 deletions
diff --git a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-Makefile.kmk b/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-Makefile.kmk
deleted file mode 100644
index 87ecbfe7212b..000000000000
--- a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-Makefile.kmk
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/VBox/Frontends/Makefile.kmk.orig 2010-05-25 14:16:00.000000000 +0200
-+++ src/VBox/Frontends/Makefile.kmk 2010-06-04 09:51:37.000000000 +0200
-@@ -24,6 +24,7 @@
- endif
- ifndef VBOX_ONLY_DOCS
- ifdef VBOX_WITH_VBOXSDL
-+ include $(PATH_SUB_CURRENT)/Common/Makefile.kmk
- include $(PATH_SUB_CURRENT)/VBoxSDL/Makefile.kmk
- endif
- ifdef VBOX_WITH_VBOXBFE
-@@ -38,7 +39,6 @@
- ifdef VBOX_WITH_QTGUI
- include $(PATH_SUB_CURRENT)/VirtualBox/Makefile.kmk
- endif
-- include $(PATH_SUB_CURRENT)/Common/Makefile.kmk
- endif # !VBOX_ONLY_DOCS
-
- ## @todo Include Python shell into binary delivery?