Hi: Find attached a patch against 2.6 branch fixing WPG detection and build.
HTH, -- Raúl Sánchez Siles ----->Proud Debian user<----- Linux registered user #416098
# HG changeset patch # Parent 6d2d429962a2991d9c33fce04ee6e3573f4e7f35 wordperfect: Fix variable bound for WPG detection. diff -r 6d2d429962a2 -r cf5ec6207e53 filters/words/CMakeLists.txt --- a/filters/words/CMakeLists.txt Thu Nov 15 14:17:59 2012 +0100 +++ b/filters/words/CMakeLists.txt Fri Nov 16 16:03:20 2012 +0100 @@ -57,9 +57,9 @@ macro_log_feature(LIBWPS_FOUND "LibWPS" "Microsoft Works Document Library" "http://libwps.sourceforge.net/" FALSE "" "Required by the Words WPS import filter") add_subdirectory( applixword ) - if(WPD_FOUND AND WPG_FOUND) + if(WPD_FOUND AND LIBWPG_FOUND) add_subdirectory( wordperfect ) - endif(WPD_FOUND AND WPG_FOUND) + endif(WPD_FOUND AND LIBWPG_FOUND) if(WPD_FOUND AND LIBWPS_FOUND) add_subdirectory( works ) endif(WPD_FOUND AND LIBWPS_FOUND)
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel