diff options
Diffstat (limited to 'recipes-qt/qt5/qtbase-git/0011-qmake-don-t-build-it-in-configure-but-allow-to-build.patch')
-rw-r--r-- | recipes-qt/qt5/qtbase-git/0011-qmake-don-t-build-it-in-configure-but-allow-to-build.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-qt/qt5/qtbase-git/0011-qmake-don-t-build-it-in-configure-but-allow-to-build.patch b/recipes-qt/qt5/qtbase-git/0011-qmake-don-t-build-it-in-configure-but-allow-to-build.patch index ef65da08..83457f02 100644 --- a/recipes-qt/qt5/qtbase-git/0011-qmake-don-t-build-it-in-configure-but-allow-to-build.patch +++ b/recipes-qt/qt5/qtbase-git/0011-qmake-don-t-build-it-in-configure-but-allow-to-build.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From e199e105df6ded6ea9404b4f7f6f7f8381a51e85 Mon Sep 17 00:00:00 2001 | 1 | From f298d49fd1b88ae9bf8f35339a52cd333f42434b Mon Sep 17 00:00:00 2001 |
2 | From: Michael Krelin <hacker@klever.net> | 2 | From: Michael Krelin <hacker@klever.net> |
3 | Date: Mon, 29 Oct 2012 20:07:49 -0700 | 3 | Date: Mon, 29 Oct 2012 20:07:49 -0700 |
4 | Subject: [PATCH 11/12] qmake: don't build it in configure, but allow to build | 4 | Subject: [PATCH 11/12] qmake: don't build it in configure, but allow to build |
@@ -25,10 +25,10 @@ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | |||
25 | 3 files changed, 4 insertions(+), 2 deletions(-) | 25 | 3 files changed, 4 insertions(+), 2 deletions(-) |
26 | 26 | ||
27 | diff --git a/configure b/configure | 27 | diff --git a/configure b/configure |
28 | index 8b42b8e..aa21ff6 100755 | 28 | index c19ff6a..7a34b11 100755 |
29 | --- a/configure | 29 | --- a/configure |
30 | +++ b/configure | 30 | +++ b/configure |
31 | @@ -3724,7 +3724,7 @@ setBootstrapEvalVariable() | 31 | @@ -3729,7 +3729,7 @@ setBootstrapEvalVariable() |
32 | 32 | ||
33 | 33 | ||
34 | # build qmake | 34 | # build qmake |
@@ -64,5 +64,5 @@ index 89d6ea5..0ff4a96 100644 | |||
64 | VPATH += \ | 64 | VPATH += \ |
65 | ../src/corelib/global \ | 65 | ../src/corelib/global \ |
66 | -- | 66 | -- |
67 | 2.3.0 | 67 | 2.3.1 |
68 | 68 | ||