diff options
Diffstat (limited to 'deskutils/kdepim44-runtime/Makefile')
-rw-r--r-- | deskutils/kdepim44-runtime/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/kdepim44-runtime/Makefile b/deskutils/kdepim44-runtime/Makefile index 976eddf72841..153882eb33d2 100644 --- a/deskutils/kdepim44-runtime/Makefile +++ b/deskutils/kdepim44-runtime/Makefile @@ -24,6 +24,7 @@ USE_QT4= qmake_build moc_build rcc_build uic_build \ corelib dbus gui network qtestlib xml USE_LDCONFIG= yes +NO_STAGE= yes post-patch: ${GREP} -H -r "#include <q" ${WRKSRC} | ${CUT} -d: -f1 | uniq | \ ${XARGS} ${REINPLACE_CMD} -f ${FILESDIR}/qt3to4headers.txt |