[Lunar-commits] <moonbase> VirtualBox: Adding this to the BUILD as suggested by Guillaume;

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Jun 16 02:03:56 CEST 2010


commit 8c0414158cb47919d98b18363c2c0f316ebc5adb
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Jun 15 20:03:56 2010 -0400

    VirtualBox: Adding this to the BUILD as suggested by Guillaume;
    
    http://foo-projects.org/pipermail/lunar/2010-June/008331.html
    
    Tested on two of my machines that was having this very same problem.
---
 virtual/VirtualBox/BUILD |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/virtual/VirtualBox/BUILD b/virtual/VirtualBox/BUILD
index fa4ccfd..7145685 100644
--- a/virtual/VirtualBox/BUILD
+++ b/virtual/VirtualBox/BUILD
@@ -2,6 +2,9 @@
 
   patch_it $SOURCE_CACHE/$SOURCE2 1  &&
 
+# Fixes a gcc 4.4 build failure.
+  echo "VBOX_WITH_TESTCASES =" > LocalConfig.kmk &&
+
   # Disable qt3
   sedit s at WITH_QT3=1 at WITH_QT3=0@ configure &&
 


More information about the Lunar-commits mailing list