SOURCES: akonadi-lib64.patch (NEW) - support $LIB_SUFFIX.

pluto pluto at pld-linux.org
Tue May 27 10:11:52 CEST 2008


Author: pluto                        Date: Tue May 27 08:11:52 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- support $LIB_SUFFIX.

---- Files affected:
SOURCES:
   akonadi-lib64.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/akonadi-lib64.patch
diff -u /dev/null SOURCES/akonadi-lib64.patch:1.1
--- /dev/null	Tue May 27 10:11:52 2008
+++ SOURCES/akonadi-lib64.patch	Tue May 27 10:11:47 2008
@@ -0,0 +1,11 @@
+--- akonadi/cmake/modules/FindAutomoc4.cmake.orig	2008-05-27 10:02:33.000000000 +0200
++++ akonadi/cmake/modules/FindAutomoc4.cmake	2008-05-27 10:02:40.000000000 +0200
+@@ -25,7 +25,7 @@
+    # when building this project outside kdesupport
+    find_file(AUTOMOC4_CONFIG_FILE NAMES Automoc4Config.cmake 
+              PATH_SUFFIXES automoc4 lib/automoc4 lib64/automoc4
+-             PATHS ${CMAKE_SYSTEM_PREFIX_PATH} ${CMAKE_SYSTEM_LIBRARY_PATH} ${CMAKE_INSTALL_PREFIX}/lib 
++             PATHS ${CMAKE_SYSTEM_PREFIX_PATH} ${CMAKE_SYSTEM_LIBRARY_PATH} ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}
+              NO_DEFAULT_PATH )
+ endif("${KDESupport_SOURCE_DIR}" STREQUAL "${CMAKE_SOURCE_DIR}")
+ 
================================================================


More information about the pld-cvs-commit mailing list