Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 560572
Collapse All | Expand All

(-)a/CMakeLists.txt (-1 / +1 lines)
Lines 258-264 endif() Link Here
258
set(VERSION "${PROJECT_VERSION}")
258
set(VERSION "${PROJECT_VERSION}")
259
set(prefix "${CMAKE_INSTALL_PREFIX}")
259
set(prefix "${CMAKE_INSTALL_PREFIX}")
260
set(exec_prefix "\${prefix}")
260
set(exec_prefix "\${prefix}")
261
set(libdir "\${exec_prefix}/lib")
261
set(libdir "${LIB_INSTALL_DIR}")
262
set(includedir "\${prefix}/include")
262
set(includedir "\${prefix}/include")
263
set(PTHREAD_LIBS "${CMAKE_THREAD_LIBS_INIT}")
263
set(PTHREAD_LIBS "${CMAKE_THREAD_LIBS_INIT}")
264
264
(-)a/libical.pc.in (-1 / +1 lines)
Lines 7-11 threadslib=@PTHREAD_LIBS@ Link Here
7
Name: libical
7
Name: libical
8
Description: An implementation of basic iCAL protocols
8
Description: An implementation of basic iCAL protocols
9
Version: @VERSION@
9
Version: @VERSION@
10
Libs: -L${libdir} -lical -licalss -licalvcal ${threadslib}
10
Libs: -lical -licalss -licalvcal ${threadslib}
11
Cflags: -I${includedir}
11
Cflags: -I${includedir}

Return to bug 560572