Ticket #28765: old-add-bundles-to-path.patch
File old-add-bundles-to-path.patch, 1.0 KB (added by mkae (Marko Käning), 14 years ago) |
---|
-
kdelibs-4.6.1/kdecore/CMakeLists.txt
old new 84 84 endif (HAVE_RESOLV_LIBRARY) 85 85 86 86 if (APPLE) 87 add_definitions(-DBUNDLE_INSTALL_DIR="\\"${BUNDLE_INSTALL_DIR}\\"") 87 88 set(kdecore_OPTIONAL_SRCS ${kdecore_OPTIONAL_SRCS} 88 89 kernel/kkernel_mac.cpp 89 90 localization/klocale_mac.cpp -
kdelibs-4.6.1/kdecore/kernel/kstandarddirs.cpp
old new 1266 1266 exePaths << KShell::tildeExpand( tokens[ i ] ); 1267 1267 } 1268 1268 1269 #ifdef Q_WS_MAC 1270 exePaths << QString::fromLatin1(BUNDLE_INSTALL_DIR); 1271 #endif 1272 1269 1273 return exePaths; 1270 1274 } 1271 1275