On 03/25/2011 04:35 AM, Baho Utot wrote:
I have found that your PKGBUILD of qt3 to be bad as the patch from the trinity stie contains an addition.
Hmm.. I'll go through the patch again. I haven't downloaded a new .diff for qt3 since we started. I didn't know it had changed. Thanks for the heads up.
Ahh found it :)
diff -u -r qt-x11-free-3.3.8b.orig/src/tools/qglobal.h qt-x11-free-3.3.8b/src/tools/qglobal.h --- qt-x11-free-3.3.8b.orig/src/tools/qglobal.h 2008-01-15 21:09:13.000000000 +0200 +++ qt-x11-free-3.3.8b/src/tools/qglobal.h 2011-03-15 00:28:11.221711757 +0200 @@ -41,7 +41,7 @@ #ifndef QGLOBAL_H #define QGLOBAL_H
-#define QT_VERSION_STR "3.3.8b" +#define QT_VERSION_STR "3.3.8c" /* QT_VERSION is (major << 16) + (minor << 8) + patch. */
Aaahh... It wasn't in the original .diff I downloaded :)