Package: qcake
Version: 0.7.0-2
Severity: important
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi again!

qcake needs a tiny tweak to get built, so that other glibc-based systems
get treated the same way as Linux.

It would also be nice to use {qmake,lrelease}-qt4 instead of just
{qmake,lrelease}, making it possible to build your package without
having to deal with tweaking those alternatives (which on my system were
pointing to the qt3 variant) when qt3 packages are also installed.

Thanks for considering.

Mraw,
KiBi.
--- a/src/audioenv.hpp
+++ b/src/audioenv.hpp
@@ -19,7 +19,7 @@
 #include <AL/al.h>
 #include <AL/alut.h>
 
-#ifdef    Q_OS_LINUX
+#if       defined(Q_OS_LINUX) || defined(Q_OS_GLIBC)
   #define LINUX
 #endif
 

Reply via email to