summaryrefslogtreecommitdiff
path: root/packages/qt4/qt4-x11-free-4.3.3/0004-no-qmake.patch
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2007-12-23 22:35:09 +0000
committerHolger Freyther <zecke@selfish.org>2007-12-23 22:35:09 +0000
commitd5133e67e43c7022e7c6f4c2ad4d9d784153758b (patch)
tree6058f480d4865f529bedd3667f8bb11bcd0260d3 /packages/qt4/qt4-x11-free-4.3.3/0004-no-qmake.patch
parentca4bb462deb3b86c87b0f81ad097620ccfd199f7 (diff)
Move Qt/X11 and Qt/Embedded (known as QtopiaCore) to a qt4 directory. We will see a great unification in this directory.
Besides the name Qt/X11 and Qt/Emebedded (QtopiaCore) are the same package with a different configure script. The aim is to share configuring, compiling, staging and packaging between these modules and making it more easy to try a bleeding qt snapshot.
Diffstat (limited to 'packages/qt4/qt4-x11-free-4.3.3/0004-no-qmake.patch')
-rw-r--r--packages/qt4/qt4-x11-free-4.3.3/0004-no-qmake.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/qt4/qt4-x11-free-4.3.3/0004-no-qmake.patch b/packages/qt4/qt4-x11-free-4.3.3/0004-no-qmake.patch
new file mode 100644
index 0000000000..359f6df9d5
--- /dev/null
+++ b/packages/qt4/qt4-x11-free-4.3.3/0004-no-qmake.patch
@@ -0,0 +1,25 @@
+From f5a73ce944240de9013cc23288c115e8213add5e Mon Sep 17 00:00:00 2001
+From: Michael Krelin <hacker@klever.net>
+Date: Sat, 2 Jun 2007 16:06:59 +0200
+Subject: [PATCH] no qmake
+
+---
+ configure | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/configure b/configure
+index b3c2a52..1901e57 100755
+--- a/configure
++++ b/configure
+@@ -3271,7 +3271,7 @@ END {
+ }
+
+ # build qmake
+-if true; then ###[ '!' -f "$outpath/bin/qmake" ];
++if false; then ###[ '!' -f "$outpath/bin/qmake" ];
+ echo "Creating qmake. Please wait..."
+
+ OLD_QCONFIG_H=
+--
+1.5.0.7
+