commit: 76e7878d8edcac87954db89f1bbb24bf8d7fa09e
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 10 02:53:32 2014 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon Nov 10 02:53:32 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=76e7878d
[qt5-build.eclass] Tweak qconfig.h sed expression to avoid problems.
See commit f1c2941f8b40e41e3413f4465c2edec1bb1a78a8
---
eclass/qt5-build.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index bb8fc4d..363a5cc 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -276,7 +276,7 @@ qt5-build_src_install() {
)
# include gentoo-qconfig.h at the beginning of QtCore/qconfig.h
- sed -i -e '1a#include <Gentoo/gentoo-qconfig.h>\n' \
+ sed -i -e '1i #include <Gentoo/gentoo-qconfig.h>\n' \
"${D}${QT5_HEADERDIR}"/QtCore/qconfig.h \
|| die "sed failed (qconfig.h)"