ports/editors/koffice-kde4/files/patch-cmake__modules__FindWPD.cmake
Dima Panov 85541027e3 - Update KOffice (and its l10n packs) to 2.2.0 release
Major changes:
    Kexi now returns back
    New import filters for MS OOXML (Office 2007) Formats
    Improved OO.org and MS Office traditional formats compatibility
    Improved stability at all

Discussed with:	miwi, itetcu
Approved by:	portmgr (erwin)
Feature safe:	yes
2010-06-19 02:12:56 +00:00

11 lines
302 B
CMake

--- ./cmake/modules/FindWPD.cmake.orig 2010-03-30 13:10:16.507260418 +1100
+++ ./cmake/modules/FindWPD.cmake 2010-03-30 13:09:54.253774780 +1100
@@ -24,7 +24,7 @@
FIND_PATH(WPD_INCLUDE_DIR libwpd/libwpd.h
${WPD_INCLUDE_DIR}
- /usr/include/libwpd-0.8
+ PATH_SUFFIXES libwpd-0.8
)