openbsd-ports/x11/xscreensaver/patches/patch-hacks_phosphor_c
marcm bd83817373 Update to 4.21, it works better with Gnome 2.10. Also default to gtk2 and
remove gtk1 support entirely as it makes the port a lot simpler :).
2005-06-03 05:38:32 +00:00

12 lines
317 B
Plaintext

$OpenBSD: patch-hacks_phosphor_c,v 1.2 2005/06/03 05:38:32 marcm Exp $
--- hacks/phosphor.c.orig Sun Mar 20 14:11:47 2005
+++ hacks/phosphor.c Sun Apr 17 23:30:27 2005
@@ -32,6 +32,7 @@
# include <pty.h>
# endif
# ifdef HAVE_UTIL_H
+# include <termios.h>
# include <util.h>
# endif
#endif /* HAVE_FORKPTY */