summaryrefslogtreecommitdiff
path: root/packages/qt/qt4-x11-free-4.3.0/0004-no-qmake.patch
diff options
context:
space:
mode:
authorMichael Krelin <hacker@klever.net>2007-06-03 17:20:10 +0000
committerMichael Krelin <hacker@klever.net>2007-06-03 17:20:10 +0000
commit09dabd90c1b97c0374e0134a2605a154bc122cf9 (patch)
tree855a8f1d6ff41dfa153556241cbb6c82b111b287 /packages/qt/qt4-x11-free-4.3.0/0004-no-qmake.patch
parente891c6323c81bccb49a0298949803a484ac8480f (diff)
qt4-x11: first attempt on 4.3
Diffstat (limited to 'packages/qt/qt4-x11-free-4.3.0/0004-no-qmake.patch')
-rw-r--r--packages/qt/qt4-x11-free-4.3.0/0004-no-qmake.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/qt/qt4-x11-free-4.3.0/0004-no-qmake.patch b/packages/qt/qt4-x11-free-4.3.0/0004-no-qmake.patch
new file mode 100644
index 0000000000..359f6df9d5
--- /dev/null
+++ b/packages/qt/qt4-x11-free-4.3.0/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
+