mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 07:19:16 -04:00
- Split documentations and l10ns to separate ports - Split kipi-plugins-kde4 port Approved by: portmgr (miwi)
15 lines
557 B
Text
15 lines
557 B
Text
--- ./CMakeLists.txt.orig 2013-03-11 08:24:11.000000000 +0000
|
|
+++ ./CMakeLists.txt 2013-04-05 19:33:30.200669787 +0000
|
|
@@ -410,7 +410,6 @@
|
|
|
|
# Plugins which will be always compiled
|
|
|
|
- ADD_SUBDIRECTORY(common)
|
|
ADD_SUBDIRECTORY(timeadjust)
|
|
ADD_SUBDIRECTORY(jpeglossless)
|
|
ADD_SUBDIRECTORY(rawconverter)
|
|
@@ -515,3 +514,4 @@
|
|
ENDIF(NOT WIN32)
|
|
|
|
ENDIF(KIPIPLUGINS_CAN_BE_COMPILED)
|
|
+CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/common/libkipiplugins/tools/kpversion.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/common/libkipiplugins/kpversion.h)
|