CHANGELOG 2005-08-17
[hdw-linux/hdw-linux.git] / packages / soundtools / libmustux / qmakespec.patch
1 --- ./compile.orig      2005-08-17 15:19:13.000000000 +0200
2 +++ ./compile   2005-08-17 15:23:11.000000000 +0200
3 @@ -2,11 +2,10 @@
4  echo "Mustux compilation script"
5  echo "Cleaning old makefile ..."
6  rm -f Makefile
7 -export QMAKESPEC=linux-g++
8 +export QMAKESPEC=/usr/share/qt/mkspecs/linux-g++
9  echo "Generating new makefile ..."
10  qmake -unix -o Makefile mustux.pro
11  echo "Compiling ..."
12 -make 
13  #make install
14  echo "Done. If you want to install the package, run: su -c \"make install\" "
15