]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
- up to 1.3.6
authorundefine <undefine@pld-linux.org>
Tue, 27 Feb 2007 00:14:00 +0000 (00:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VirtualBox-configure.patch -> 1.2
    VirtualBox-qt-paths.patch -> 1.2

VirtualBox-configure.patch
VirtualBox-qt-paths.patch

index 24ca9a3763aa024409dacf2c8dde00c871f22820..524e86e1ca093f40846a80e259c56f0edea69978 100644 (file)
@@ -4,7 +4,7 @@
  LIBZ="-lz"
  INCPNG=""
  LIBPNG="-lpng"
--QTDIR="/usr/qt/3 /usr/share/qt3"
+-QTDIR="/usr/qt/3 /usr/lib/qt3 /usr/share/qt3"
  KBUILDDIR="`cd $(dirname $0); pwd`/kBuild"
  DEVDIR="`cd $(dirname $0); pwd`/tools"
  if [ -d /lib/modules/`uname -r`/build ]; then
@@ -19,7 +19,7 @@
    if (($?!=0)); then
      if [ -z "$4" ]; then
        echo -e "\n  $2 not found at $1 or $3 headers not found"
-@@ -804,29 +803,25 @@
+@@ -873,29 +873,25 @@
  }
  ' > .tmp_src.cc
    found_qt=0
@@ -27,7 +27,7 @@
 -    echo "compiling the following source file:" >> $LOG
 -    cat .tmp_src.cc >> $LOG
 -    echo "using the following command line:" >> $LOG
--    echo "$CXX -O -Wall -o .tmp_out .tmp_src.cc \"-I$q/include -L$q/lib -lqt-mt\"" >> $LOG
+-    echo "$CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/lib -lqt-mt" >> $LOG
 -    $CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/lib -lqt-mt >> $LOG 2>&1
 -    if (($?==0)); then
 -      if test_execute; then
index 080f96964d6695831409ec1aee486ef35777541c..1b0a41c3b88a84860b9552fd6301917f6bbaf037 100644 (file)
  
  ifeq ($(BUILD_TARGET),win)
   TEMPLATE_VBOXQTGUIEXE_TOOL = $(VBOX_VCC_TOOL)
-@@ -1498,7 +1498,7 @@
+@@ -1616,7 +1616,7 @@
        $(PATH_LIB)/VBoxXPCOMGlue$(VBOX_SUFF_LIB)
  
   TEMPLATE_VBOXQTGUIEXE_LIBPATH = \
 -      $(VBOX_PATH_QT)/lib \
 +      /usr/lib \
-       /usr/X11R6/lib
+       $(VBOX_LIBPATH_X11)
  
  endif
This page took 0.038581 seconds and 4 git commands to generate.