mirror of
https://github.com/KDE/konsole.git
synced 2026-06-11 15:35:09 -04:00
For MacOSX, get it so that it builds
Remove kde_file and comment out parts that used it. Konsole currently builds on OSX but dies upon startup kdelibs4support/src/kdecore/kcmdlineargs.cpp +1492
This commit is contained in:
@@ -50,7 +50,6 @@
|
||||
|
||||
#if defined(Q_OS_MAC)
|
||||
#include <libproc.h>
|
||||
#include <kde_file.h>
|
||||
#endif
|
||||
|
||||
#if defined(Q_OS_FREEBSD) || defined(Q_OS_OPENBSD)
|
||||
@@ -874,6 +873,7 @@ private:
|
||||
int managementInfoBase[4];
|
||||
size_t mibLength;
|
||||
struct kinfo_proc* kInfoProc;
|
||||
/*
|
||||
KDE_struct_stat statInfo;
|
||||
|
||||
// Find the tty device of 'pid' (Example: /dev/ttys001)
|
||||
@@ -922,6 +922,8 @@ private:
|
||||
setPid(aPid);
|
||||
}
|
||||
return true;
|
||||
*/
|
||||
return false;
|
||||
}
|
||||
|
||||
virtual bool readArguments(int aPid) {
|
||||
|
||||
Reference in New Issue
Block a user