Magellan Linux

Contents of /trunk/virtualbox/patches/virtualbox-1.3.8-qt-fix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 746 byte(s)
-import

1 --- vbox-ose-1.3.8/configure 2007-03-13 18:22:49.000000000 +0100
2 +++ vbox-ose-1.3.8-qt-fix/configure 2007-04-13 20:12:15.000000000 +0200
3 @@ -882,8 +882,8 @@
4 echo "compiling the following source file:" >> $LOG
5 cat .tmp_src.cc >> $LOG
6 echo "using the following command line:" >> $LOG
7 - echo "$CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/lib -lqt-mt" >> $LOG
8 - $CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/lib -lqt-mt >> $LOG 2>&1
9 + echo "$CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include/qt -L$q/lib -lqt-mt" >> $LOG
10 + $CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include/qt -L$q/lib -lqt-mt >> $LOG 2>&1
11 if (($?==0)); then
12 if test_execute; then
13 cnf_append "QTDIR" `cd $q ; pwd`