summaryrefslogtreecommitdiff
path: root/misc/heyu
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-01-10 11:48:35 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-01-10 11:48:35 +0000
commit90e1ff036508ee85dd395a226bb03fd09da6989f (patch)
treec824592511933fdbf840449eae707038c6e5599f /misc/heyu
parent- Use termios, not sgtty (diff)
- USE sgtty
PR: 119108 Submitted by: Ed Schouten <ed@fxq.nl>
Notes
Notes: svn path=/head/; revision=205367
Diffstat (limited to 'misc/heyu')
-rw-r--r--misc/heyu/files/patch-Configure13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/heyu/files/patch-Configure b/misc/heyu/files/patch-Configure
new file mode 100644
index 000000000000..421af523215f
--- /dev/null
+++ b/misc/heyu/files/patch-Configure
@@ -0,0 +1,13 @@
+Add the following patch to the files directory:
+
+--- Configure 2007-12-28 16:59:27.000000000 +0100
++++ Configure 2007-12-28 16:59:42.000000000 +0100
+@@ -86,7 +86,7 @@
+ CC ?= gcc
+ CFLAGS += -g -O \$(DFLAGS) -Wall
+ LIBS = -lm -lc
+- DFLAGS= -DHASSELECT -DNEEDGTIME -DFREEBSD
++ DFLAGS= -DPOSIX -DHASSELECT -DNEEDGTIME -DFREEBSD
+ EoF
+ ;;
+ sco*)