]> git.pld-linux.org Git - packages/VirtualBox.git/blame - VirtualBox-makefile.patch
- rel 3; fix build on th-x86_64
[packages/VirtualBox.git] / VirtualBox-makefile.patch
CommitLineData
36c71fd9 1diff -urN VirtualBox-1.6.4.orig/src/apps/Makefile.kmk VirtualBox-1.6.4/src/apps/Makefile.kmk
2--- VirtualBox-1.6.4.orig/src/apps/Makefile.kmk 1970-01-01 01:00:00.000000000 +0100
3+++ VirtualBox-1.6.4/src/apps/Makefile.kmk 2008-08-05 09:59:49.000000000 +0200
4@@ -0,0 +1,28 @@
5+# $Id$
6+## @file
7+# Sub-Makefile for the external apps.
8+#
9+
10+#
11+# Copyright (C) 2006-2007 Sun Microsystems, Inc.
12+#
13+# Sun Microsystems, Inc. confidential
14+# All rights reserved
15+#
16+
17+DEPTH = ../..
18+include $(KBUILD_PATH)/subheader.kmk
19+
20+ifdef VBOX_WITH_KCHMVIEWER
21+ ifneq ($(wildcard $(PATH_SUB_CURRENT)/kchmviewer-2.6),)
22+ include $(PATH_SUB_CURRENT)/kchmviewer-2.6/Makefile.kmk
23+ endif
24+endif
25+ifneq ($(wildcard $(PATH_SUB_CURRENT)/tunctl),)
26+ ifeq ($(KBUILD_TARGET),linux)
27+ include $(PATH_SUB_CURRENT)/tunctl/Makefile.kmk
28+ endif
29+endif
30+
31+include $(KBUILD_PATH)/subfooter.kmk
32+
33diff -urN VirtualBox-1.6.4.orig/src/apps/tunctl/Makefile.kmk VirtualBox-1.6.4/src/apps/tunctl/Makefile.kmk
34--- VirtualBox-1.6.4.orig/src/apps/tunctl/Makefile.kmk 1970-01-01 01:00:00.000000000 +0100
35+++ VirtualBox-1.6.4/src/apps/tunctl/Makefile.kmk 2008-08-05 09:59:54.000000000 +0200
36@@ -0,0 +1,32 @@
37+# $Id$
38+## @file
39+# Sub-Makefile for VBoxTunctl
40+#
41+# VBoxTunctl is identical to tunctl from Usermode Linux except for the name.
42+#
43+
44+#
45+# Copyright (C) 2006-2007 Sun Microsystems, Inc.
46+#
47+# This file is part of VirtualBox Open Source Edition (OSE), as
48+# available from http://www.virtualbox.org. This file is free software;
49+# you can redistribute it and/or modify it under the terms of the GNU
50+# General Public License (GPL) as published by the Free Software
51+# Foundation, in version 2 as it comes in the "COPYING" file of the
52+# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
53+# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
54+#
55+# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
56+# Clara, CA 95054 USA or visit http://www.sun.com if you need
57+# additional information or have any questions.
58+#
59+
60+DEPTH = ../../..
61+include $(KBUILD_PATH)/subheader.kmk
62+
63+PROGRAMS.linux += VBoxTunctl
64+VBoxTunctl_TEMPLATE = VBOXR3EXE
65+VBoxTunctl_SOURCES = tunctl.c
66+
67+include $(KBUILD_PATH)/subfooter.kmk
68+
This page took 0.045969 seconds and 4 git commands to generate.