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:
Kurt Hindenburg
2015-09-13 17:26:30 -07:00
parent 3d649fcfa5
commit f5bb2f1c5d

View File

@@ -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) {