[Lunar-commits] <moonbase-kde> qt4: As commented in the BUILD adding a sed to deal with some issues that
Dennis Veatch
stumbles at lunar-linux.org
Sun Aug 5 11:44:57 CEST 2012
commit 1178b9b1e1406ddb6b7c16d13ee5f5d058080998
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Sun, 05 Aug 2012 02:44:57 -0700
URL: https://github.com/lunar-linux/moonbase-kde/commit/1178b9b1e1406ddb6b7c16d13ee5f5d058080998
qt4: As commented in the BUILD adding a sed to deal with some issues that
might crop up with the current moonbase version of boost.
---
qt4-apps/qt4/BUILD +4/-0
1 files changed, 4 insertions (+), 0 deletions (-)
--- a/qt4-apps/qt4/BUILD
+++ b/qt4-apps/qt4/BUILD
@@ -1,5 +1,9 @@
(
+# Fixes a parsing error. See https://bugreports.qt-project.org/browse/QTBUG-22829 and
+# https://bugs.kde.org/show_bug.cgi?id=304111 Comment 1.
+ sed -i "190i pp.macros[\"BOOST_TT_HAS_OPERATOR_HPP_INCLUDED\"]; // rh#756395" src/tools/moc/main.cpp &&
+
# Gentoo patch fix for Glibc > 2.31
if [ `lvu version glib-2 | cut -d. -f1` -ge 31 ]; then
patch_it $SOURCE2 1
More information about the Lunar-commits
mailing list