]> git.pld-linux.org Git - packages/VirtualBox.git/blob - VirtualBox-configure.patch
- Up to 3.0.0, initial version 0.1, builds and works on kernel 2.6.28.9-3.
[packages/VirtualBox.git] / VirtualBox-configure.patch
1 --- VirtualBox-2.2.0_OSE/configure.orig 2009-04-12 13:55:00.000000000 +0200
2 +++ VirtualBox-2.2.0_OSE/configure      2009-04-12 14:03:10.000000000 +0200
3 @@ -227,8 +225,8 @@
4    echo "compiling the following source file:" >> $LOG
5    cat $ODIR.tmp_src.cc >> $LOG
6    echo "using the following command line:" >> $LOG
7 -  echo "$CXX -O -Wall -o $ODIR.tmp_out $ODIR.tmp_src.cc \"$1\"" >> $LOG
8 -  $CXX -g -O -Wall -o $ODIR.tmp_out $ODIR.tmp_src.cc $1 >> $LOG 2>&1
9 +  echo "$CXX -O -Wall -o $ODIR.tmp_out $ODIR.tmp_src.cc -L/usr/X11R6/lib \"$1\"" >> $LOG
10 +  $CXX -g -O -Wall -o $ODIR.tmp_out $ODIR.tmp_src.cc -L/usr/X11R6/lib $1 >> $LOG 2>&1
11    if [ $? -ne 0 ]; then
12      if [ -z "$4" ]; then
13        echo
14 @@ -1836,7 +1834,6 @@
15    --with-iasl=PATH         location of the iasl compiler [$IASL]
16    --with-linux=DIR         Linux kernel source directory [$LINUX]
17    --with-mkisofs=PATH      location of mkisofs [$MKISOFS]
18 -  --with-qt-dir=DIR        directory for Qt4 headers/libraries [pkgconfig]
19    --with-gsoap-dir=PATH    directory for gSOAP compiler/headers/libraries
20                             (soapcpp2 and wsdl2h, soapstd2.h, libgsoap++.a/so)
21    --with-gsoap-import=PATH directory for gSOAP import files (stlvector.h)
22 @@ -1881,10 +1878,6 @@
23          exit 1
24        fi
25        ;;
26 -    --with-qt-dir=*|--with-qt4-dir=*)
27 -      QT4DIR=`echo $option | cut -d'=' -f2`
28 -      QT4DIR_PKGCONFIG=0
29 -      ;;
30      --with-gsoap-dir=*)
31        GSOAP=`echo $option | cut -d'=' -f2`
32        ;;
This page took 0.025216 seconds and 4 git commands to generate.