Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 274270 | Differences between
and this patch

Collapse All | Expand All

(-)kget-4.2.91.orig/cmake/modules/FindBTCore.cmake (+2 lines)
Lines 24-29 Link Here
24
    PATHS 
24
    PATHS 
25
    ${KDE4_INCLUDE_DIR}/libbtcore
25
    ${KDE4_INCLUDE_DIR}/libbtcore
26
    ${INCLUDE_INSTALL_DIR}/libbtcore
26
    ${INCLUDE_INSTALL_DIR}/libbtcore
27
    /usr/include/libbtcore
27
    )
28
    )
28
  
29
  
29
  FIND_LIBRARY(BTCORE_LIBRARIES 
30
  FIND_LIBRARY(BTCORE_LIBRARIES 
Lines 32-37 Link Here
32
    PATHS
33
    PATHS
33
    ${KDE4_LIB_DIR}
34
    ${KDE4_LIB_DIR}
34
    ${LIB_INSTALL_DIR}
35
    ${LIB_INSTALL_DIR}
36
    /usr/lib${LIB_SUFFIX}
35
    )
37
    )
36
  if(BTCORE_INCLUDE_DIR AND BTCORE_LIBRARIES)
38
  if(BTCORE_INCLUDE_DIR AND BTCORE_LIBRARIES)
37
    set(BTCORE_FOUND TRUE)
39
    set(BTCORE_FOUND TRUE)

Return to bug 274270