]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
- updated for 1.5.2
authorkosmo <kosmo@pld-linux.org>
Wed, 24 Oct 2007 12:58:55 +0000 (12:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VirtualBox-configure.patch -> 1.5

VirtualBox-configure.patch

index 139c4991471d11326c5bbea943bd9c83046e6519..c787f3e44f8d67d4aedbb6c0d239c411ce04695a 100644 (file)
@@ -1,14 +1,14 @@
---- configure.orig     2007-08-23 21:34:25.000000000 +0200
-+++ configure  2007-08-23 21:39:54.000000000 +0200
-@@ -57,7 +57,6 @@
+--- configure.orig     2007-10-24 14:29:21.000000000 +0200
++++ configure  2007-10-24 14:29:29.000000000 +0200
+@@ -64,7 +64,6 @@
  LIBZ="-lz"
  INCPNG=""
  LIBPNG="-lpng"
 -QTDIR="/usr/qt/3 /usr/lib/qt3 /usr/lib/qt-3.3 /usr/share/qt3 /usr/lib64/qt-3.3 /usr/X11R6"
- KBUILDDIR="`cd $(dirname $0); pwd`/kBuild"
- DEVDIR="`cd $(dirname $0); pwd`/tools"
+ KBUILDDIR="`cd \`dirname $0\`; pwd`/kBuild"
+ DEVDIR="`cd \`dirname $0\`; pwd`/tools"
  if [ -d "/lib/modules/`uname -r`/build" ]; then
-@@ -167,8 +166,8 @@
+@@ -189,8 +188,8 @@
    echo "compiling the following source file:" >> $LOG
    cat .tmp_src.cc >> $LOG
    echo "using the following command line:" >> $LOG
@@ -19,7 +19,7 @@
    if [ $? -ne 0 ]; then
      if [ -z "$4" ]; then
        echo
-@@ -873,38 +872,27 @@
+@@ -978,37 +977,26 @@
  }
  EOF
    found_qt=0
 -      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/$l -lqt-mt" >> $LOG
-+  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/usr/include/qt -L/usr/lib -lqt-mt" >> $LOG
-     
--      $CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/$l -lqt-mt >> $LOG 2>&1
+-      echo "$CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/$l -lqt-mt $LIBPTHREAD" >> $LOG
+-      $CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/$l -lqt-mt $LIBPTHREAD >> $LOG 2>&1
 -      if [ $? -eq 0 ]; then
 -        if test_execute; then
 -          cnf_append "QTDIR" "`cd $q ; pwd`"
 -    done
 -    if [ $found_qt -eq 1 ]; then
 -      break
-+  $CXX -O -Wall -o .tmp_out .tmp_src.cc -I/usr/include/qt -L/usr/lib -lqt-mt >> $LOG 2>&1
++  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/usr/include/qt -L/usr/lib -lqt-mt $LIBPTHREAD" >> $LOG
++  $CXX -O -Wall -o .tmp_out .tmp_src.cc -I/usr/include/qt -L/usr/lib -lqt-mt $LIBPTHREAD >> $LOG 2>&1
 +  if [ $? -eq 0 ]; then
 +    if test_execute; then
 +      found_qt=1
      if [ $? -ne 0 ]; then
        log_failure "not found"
        fail
-@@ -1081,7 +1069,6 @@
-   --with-hal=LIB          location of the libhal libraries [$LIBHAL]
-   --with-linux=DIR        Linux kernel source directory [$LINUX]
-   --with-mkisofs=PATH     location of mkisofs [$MKISOFS]
--  --with-qt-dir=DIR       directory for QT headers/libraries [$QTDIR]
-   --with-xalan=LIB        location of the xalan library [$LIBXALAN]
-   --with-xerces=LIB       location of the xerces library [$LIBXERCES]
-@@ -1118,9 +1105,6 @@
+@@ -1226,7 +1214,6 @@
+   --with-iasl=PATH         location of the iasl compiler [$IASL]
+   --with-linux=DIR         Linux kernel source directory [$LINUX]
+   --with-mkisofs=PATH      location of mkisofs [$MKISOFS]
+-  --with-qt-dir=DIR        directory for QT headers/libraries [$QTDIR]
+   --with-xalan=LIB         location of the xalan library [$LIBXALAN]
+   --with-xalan-incdir=DIR  location of the xalan headers [/usr/include /usr/local/include]
+   --with-xalan-libdir=DIR  location of the xalan library [/usr/lib /usr/local/lib]
+@@ -1268,9 +1255,6 @@
          exit 1
        fi
        ;;
This page took 0.055305 seconds and 4 git commands to generate.