Magellan Linux

Annotation of /trunk/virtualbox/patches/virtualbox-1.4.0-qt-fix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 224 - (hide annotations) (download)
Sat Jun 23 13:53:28 2007 UTC (17 years ago) by niro
File size: 866 byte(s)
-new fixes

1 niro 224 diff -Naur VirtualBox-OSE-1.4.0/configure VirtualBox-OSE-1.4.0-qt-fixed/configure
2     --- VirtualBox-OSE-1.4.0/configure 2007-06-06 08:06:07.000000000 +0200
3     +++ VirtualBox-OSE-1.4.0-qt-fixed/configure 2007-06-17 22:16:14.000000000 +0200
4     @@ -880,9 +880,9 @@
5     echo "compiling the following source file:" >> $LOG
6     cat .tmp_src.cc >> $LOG
7     echo "using the following command line:" >> $LOG
8     - echo "$CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/$l -lqt-mt" >> $LOG
9     + echo "$CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include/qt -L$q/$l -lqt-mt" >> $LOG
10    
11     - $CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/$l -lqt-mt >> $LOG 2>&1
12     + $CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include/qt -L$q/$l -lqt-mt >> $LOG 2>&1
13     if (($?==0)); then
14     if test_execute; then
15     cnf_append "QTDIR" "`cd $q ; pwd`"