diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-01-10 11:48:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-01-10 11:48:35 +0000 |
commit | 90e1ff036508ee85dd395a226bb03fd09da6989f (patch) | |
tree | c824592511933fdbf840449eae707038c6e5599f /misc | |
parent | 3fd21ce55a8872e5760bdf4057c297104c63aaef (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/heyu/files/patch-Configure | 13 |
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*) |