By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2110
Collapse All | Expand All

(-)ksysguard/ksysguardd/CMakeLists.txt.orig (+2 lines)
Lines 15-20 Link Here
15
15
16
if( ${CMAKE_SYSTEM_NAME} MATCHES "Linux" )
16
if( ${CMAKE_SYSTEM_NAME} MATCHES "Linux" )
17
  set( OS_SPECIFIC_DIR Linux )
17
  set( OS_SPECIFIC_DIR Linux )
18
elseif( ${CMAKE_SYSTEM_NAME} MATCHES "OpenBSD" )
19
  set( OS_SPECIFIC_DIR OpenBSD )
18
else()
20
else()
19
  tde_message_fatal( "Your operating system (${CMAKE_SYSTEM_NAME}) is not supported yet." )
21
  tde_message_fatal( "Your operating system (${CMAKE_SYSTEM_NAME}) is not supported yet." )
20
endif()
22
endif()

Return to bug 2110