af7e1f85d0
TODO: - compile the missing packages. - redo konsole fixes for our ttys. - figure out why kuickshow is broken. - make sure we get all dependencies. - repair kscd. - find out why nsplugins does not like the native jdk. - figure out how to get kvim to work. - change filenames or adjust check-lib-depends to cope.
14 lines
381 B
Plaintext
14 lines
381 B
Plaintext
$OpenBSD: patch-konsole_konsole_TEPty_cpp,v 1.5 2004/02/01 14:59:22 espie Exp $
|
|
--- konsole/konsole/TEPty.cpp.orig 2003-07-21 09:32:26.000000000 +0200
|
|
+++ konsole/konsole/TEPty.cpp 2004-01-21 01:20:49.000000000 +0100
|
|
@@ -64,6 +64,9 @@
|
|
#ifdef HAVE_CONFIG_H
|
|
#include <config.h>
|
|
#endif
|
|
+#ifdef __OpenBSD__
|
|
+#undef USE_LOGIN
|
|
+#endif
|
|
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|