diff options
Diffstat (limited to 'recipes-qt/qt5/qtbase-git/0012-Set-paths-for-target-properly.patch')
-rw-r--r-- | recipes-qt/qt5/qtbase-git/0012-Set-paths-for-target-properly.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-qt/qt5/qtbase-git/0012-Set-paths-for-target-properly.patch b/recipes-qt/qt5/qtbase-git/0012-Set-paths-for-target-properly.patch index 3253ed26..204819c8 100644 --- a/recipes-qt/qt5/qtbase-git/0012-Set-paths-for-target-properly.patch +++ b/recipes-qt/qt5/qtbase-git/0012-Set-paths-for-target-properly.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From f14e186762bb31f2d9c1e54fd62a0fa4d6cb3550 Mon Sep 17 00:00:00 2001 | 1 | From dbfa83051ddb8db0b4a59b226d4e4a41101ae26e Mon Sep 17 00:00:00 2001 |
2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> | 2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> |
3 | Date: Thu, 22 Jan 2015 16:09:35 +0100 | 3 | Date: Thu, 22 Jan 2015 16:09:35 +0100 |
4 | Subject: [PATCH 12/12] Set paths for target properly | 4 | Subject: [PATCH 12/12] Set paths for target properly |
@@ -14,10 +14,10 @@ Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | |||
14 | 1 file changed, 21 insertions(+), 22 deletions(-) | 14 | 1 file changed, 21 insertions(+), 22 deletions(-) |
15 | 15 | ||
16 | diff --git a/configure b/configure | 16 | diff --git a/configure b/configure |
17 | index aa21ff6..bc965f6 100755 | 17 | index 7a34b11..7bb4476 100755 |
18 | --- a/configure | 18 | --- a/configure |
19 | +++ b/configure | 19 | +++ b/configure |
20 | @@ -3639,28 +3639,27 @@ static const char qt_configure_prefix_path_strs[][512 + 12] = { | 20 | @@ -3644,28 +3644,27 @@ static const char qt_configure_prefix_path_strs[][512 + 12] = { |
21 | "qt_xmplpath=$QT_SYSROOT_EXAMPLES", | 21 | "qt_xmplpath=$QT_SYSROOT_EXAMPLES", |
22 | "qt_tstspath=$QT_SYSROOT_TESTS", | 22 | "qt_tstspath=$QT_SYSROOT_TESTS", |
23 | #else | 23 | #else |
@@ -68,5 +68,5 @@ index aa21ff6..bc965f6 100755 | |||
68 | }; | 68 | }; |
69 | static const char qt_configure_settings_path_str[256 + 12] = "qt_stngpath=$QT_INSTALL_SETTINGS"; | 69 | static const char qt_configure_settings_path_str[256 + 12] = "qt_stngpath=$QT_INSTALL_SETTINGS"; |
70 | -- | 70 | -- |
71 | 2.3.0 | 71 | 2.3.1 |
72 | 72 | ||