X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=packages%2Fsoundtools%2Flibmustux%2Fqmakespec.patch;fp=packages%2Fsoundtools%2Flibmustux%2Fqmakespec.patch;h=e7b23dc1a0d486e24f5ca85ccb3ae9034c8e027c;hb=44395e5227c39f31ee6dcebc41fcb9afb70087e5;hp=0000000000000000000000000000000000000000;hpb=5c31fce36bb2f759bb112595573c07b5f027ba3e;p=hdw-linux%2Fhdw-linux.git diff --git a/packages/soundtools/libmustux/qmakespec.patch b/packages/soundtools/libmustux/qmakespec.patch new file mode 100644 index 0000000..e7b23dc --- /dev/null +++ b/packages/soundtools/libmustux/qmakespec.patch @@ -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\" " +