openbsd-ports/x11/xscreensaver/patches/patch-hacks_apple2-main_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
326 B
Plaintext

$OpenBSD: patch-hacks_apple2-main_c,v 1.2 2005/06/03 05:38:32 marcm Exp $
--- hacks/apple2-main.c.orig Sun Mar 20 13:58:02 2005
+++ hacks/apple2-main.c Sun Apr 17 23:30:27 2005
@@ -29,6 +29,7 @@
# include <pty.h>
# endif
# ifdef HAVE_UTIL_H
+# include <termios.h>
# include <util.h>
# endif
#endif /* HAVE_FORKPTY */