diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-03 16:53:49 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-03 16:53:49 +0000 |
commit | 261577deb860dbddd904acba4827129dfe6eb782 (patch) | |
tree | 714cee36cda8bd5df45676ca3d4b7b0781e65e58 /packages/qt/qt4-x11-free-4.1.2/no-qmake.patch | |
parent | 914ca8cc9334fde6c2eb0c6e356840f5cc3944f0 (diff) |
add qt4-x11 4.1.2
Diffstat (limited to 'packages/qt/qt4-x11-free-4.1.2/no-qmake.patch')
-rw-r--r-- | packages/qt/qt4-x11-free-4.1.2/no-qmake.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/qt/qt4-x11-free-4.1.2/no-qmake.patch b/packages/qt/qt4-x11-free-4.1.2/no-qmake.patch new file mode 100644 index 0000000000..324f44303a --- /dev/null +++ b/packages/qt/qt4-x11-free-4.1.2/no-qmake.patch @@ -0,0 +1,16 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- qt-x11-opensource-src-4.1.1/configure~no-qmake ++++ qt-x11-opensource-src-4.1.1/configure +@@ -2548,7 +2548,7 @@ + fi + + # build qmake +-if true; then ###[ '!' -f "$outpath/bin/qmake" ]; ++if false; then ###[ '!' -f "$outpath/bin/qmake" ]; + echo "Creating qmake. Please wait..." + + OLD_QCONFIG_H= |