freebsd-ports/misc/heyu2/files/patch-ab
David W. Chapman Jr. fbad0c9cf4 Update to latest version
Tarball doesn't have version so remake distinfo
modify patches to work with new version

PR:		27850
Approved by:	maintainer
2001-06-18 16:09:59 +00:00

12 lines
277 B
Text

--- xwrite.c.orig Sun Jun 3 01:13:55 2001
+++ xwrite.c Sun Jun 3 01:16:43 2001
@@ -42,7 +42,9 @@
# ifdef SCO
#include <sys/termio.h>
# else
+# if !defined(POSIX) && !defined(__FreeBSD__)
#include <termio.h>
+# endif
# endif
# endif
#endif