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

(-)kde-workspace-4.11.22/ksysguard/ksysguardd/CMakeLists.txt (-1 / +1 lines)
Lines 7-13 Link Here
7
# Laurent: Verify that we install it into (kdeprefix)/etc/ and not into /etc
7
# Laurent: Verify that we install it into (kdeprefix)/etc/ and not into /etc
8
# otherwise it's necessary to change it.
8
# otherwise it's necessary to change it.
9
# into kde 3.x it was installed into /etc/
9
# into kde 3.x it was installed into /etc/
10
add_definitions( -DKSYSGUARDDRCFILE="\\"${SYSCONF_INSTALL_DIR}/ksysguarddrc\\"" )
10
add_definitions( -DKSYSGUARDDRCFILE=\"${SYSCONF_INSTALL_DIR}/ksysguarddrc\" )
11
11
12
add_definitions(-DOSTYPE_${CMAKE_SYSTEM_NAME})
12
add_definitions(-DOSTYPE_${CMAKE_SYSTEM_NAME})
13
13

Return to bug 564468