summaryrefslogtreecommitdiff
path: root/misc/heyu2/files/patch-ab
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-05-28 03:26:24 +0000
committerSteve Price <steve@FreeBSD.org>2000-05-28 03:26:24 +0000
commit1fbfd4bb54a00dcd25d5ac65c5b354f2c65f105d (patch)
tree9e20da0fd0a4669211de81bc88f8d1806a70344a /misc/heyu2/files/patch-ab
parentDon't add -O2 to CFLAGS. Make this port honor CFLAGS and CXXFLAGS. Fix (diff)
Update to version 1.29.
Notes
Notes: svn path=/head/; revision=28796
Diffstat (limited to 'misc/heyu2/files/patch-ab')
-rw-r--r--misc/heyu2/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/heyu2/files/patch-ab b/misc/heyu2/files/patch-ab
new file mode 100644
index 000000000000..8e934f962f74
--- /dev/null
+++ b/misc/heyu2/files/patch-ab
@@ -0,0 +1,11 @@
+--- 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__)
+ #include <termio.h>
+ # else
+ #include <sys/termios.h>