openbsd-ports/x11/kde/base3/patches/patch-konsole_konsole_TEPty_cpp
2006-10-12 23:12:18 +00:00

14 lines
359 B
Plaintext

$OpenBSD: patch-konsole_konsole_TEPty_cpp,v 1.6 2006/10/12 23:12:18 espie Exp $
--- konsole/konsole/TEPty.cpp.orig Sun Oct 1 19:32:08 2006
+++ konsole/konsole/TEPty.cpp Tue Oct 3 11:02:58 2006
@@ -73,6 +73,9 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
+#ifdef __OpenBSD__
+#undef USE_LOGIN
+#endif
#include <sys/types.h>
#include <sys/stat.h>