diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-18 16:20:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-18 16:20:51 +0000 |
commit | 2c213de4d41c7185c58d792ea5e6aa15f29e110d (patch) | |
tree | 796820bf2601c52435b21ace699ff719886a9678 /misc/heyu2/files/patch-Configure | |
parent | - Fix WITH_LANG knob (diff) |
- Update to 2.0beta.2
PR: ports/83588
Submitted by: Charlie & <mstowe@chicago.us.mensa.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=139512
Diffstat (limited to 'misc/heyu2/files/patch-Configure')
-rw-r--r-- | misc/heyu2/files/patch-Configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/heyu2/files/patch-Configure b/misc/heyu2/files/patch-Configure new file mode 100644 index 000000000000..12b8ececca94 --- /dev/null +++ b/misc/heyu2/files/patch-Configure @@ -0,0 +1,11 @@ +--- Configure.orig Sun Jul 17 00:07:33 2005 ++++ Configure Sun Jul 17 00:07:50 2005 +@@ -84,7 +84,7 @@ + CC = gcc + CFLAGS = -g -O \$(DFLAGS) -Wall + LIBS = -lm -lc +- DFLAGS= -DHASSELECT -DNEEDGTIME -DFREEBSD ++ DFLAGS= -DHASSELECT -DNEEDGTIME -DFREEBSD -DLOCKDIR=\"/var/spool/lock\" + EoF + ;; + sco*) |