# HG changeset patch # User Pascal Bellard # Date 1399545231 0 # Node ID 6977df3925cf8261e637be72b359aeda18305e26 # Parent 02d52e65e75efd43d75b365f24289818cf28bb08 qutim: update QT4_CREATE_MOC_COMMAND in QutIMMacros.cmake diff -r 02d52e65e75e -r 6977df3925cf qutim/receipt --- a/qutim/receipt Thu May 08 08:46:43 2014 +0000 +++ b/qutim/receipt Thu May 08 10:33:51 2014 +0000 @@ -16,7 +16,9 @@ # Rules to configure and make the package. compile_rules() { - cd $src + sed -i -e 's/ moc_options /&moc_target /' \ + -e 's/\(QT4_CREATE_MOC_COMMAND.*\))/\1 "${moc_target}")/' \ + core/cmake/QutIMMacros.cmake mkdir ../qutim-build && cd ../qutim-build cmake ../$PACKAGE-$VERSION -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=release \ -DQUTIM_ENABLE_ALL_PLUGINS=on &&