summaryrefslogtreecommitdiff
path: root/misc/heyu/files/patch-ab
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-06-18 16:09:59 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-06-18 16:09:59 +0000
commitfbad0c9cf4b4f929dd38128eeee66ca114d389dc (patch)
tree3ce9d639ff112e45b9a561309a81f5826194fade /misc/heyu/files/patch-ab
parentAdd yadex, a wad editor for popular games including doom 1 & 2, hexen and others (diff)
Update to latest version
Tarball doesn't have version so remake distinfo modify patches to work with new version PR: 27850 Approved by: maintainer
Notes
Notes: svn path=/head/; revision=44177
Diffstat (limited to 'misc/heyu/files/patch-ab')
-rw-r--r--misc/heyu/files/patch-ab21
1 files changed, 11 insertions, 10 deletions
diff --git a/misc/heyu/files/patch-ab b/misc/heyu/files/patch-ab
index 8e934f962f74..a5c23b130d4c 100644
--- a/misc/heyu/files/patch-ab
+++ b/misc/heyu/files/patch-ab
@@ -1,11 +1,12 @@
---- xwrite.c.orig Sat May 27 17:07:40 2000
-+++ xwrite.c Sat May 27 17:08:09 2000
-@@ -30,7 +30,7 @@
- #include <unistd.h>
- #include <syslog.h>
- #else
--# ifndef POSIX
-+# if !defined(POSIX) && !defined(__FreeBSD__)
+--- 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>
- # else
- #include <sys/termios.h>
++# endif
+ # endif
+ # endif
+ #endif