CHANGELOG 2005-08-17
[hdw-linux/hdw-linux.git] / packages / soundtools / libmustux / qmakespec.patch
diff --git a/packages/soundtools/libmustux/qmakespec.patch b/packages/soundtools/libmustux/qmakespec.patch
new file mode 100644 (file)
index 0000000..e7b23dc
--- /dev/null
@@ -0,0 +1,15 @@
+--- ./compile.orig     2005-08-17 15:19:13.000000000 +0200
++++ ./compile  2005-08-17 15:23:11.000000000 +0200
+@@ -2,11 +2,10 @@
+ echo "Mustux compilation script"
+ echo "Cleaning old makefile ..."
+ rm -f Makefile
+-export QMAKESPEC=linux-g++
++export QMAKESPEC=/usr/share/qt/mkspecs/linux-g++
+ echo "Generating new makefile ..."
+ qmake -unix -o Makefile mustux.pro
+ echo "Compiling ..."
+-make 
+ #make install
+ echo "Done. If you want to install the package, run: su -c \"make install\" "