diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-12-30 07:44:08 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-12-30 07:44:08 +0000 |
commit | 0d11b67818fb4585dd188b9bf310333265e0d8ed (patch) | |
tree | 3a87f43d0063aa72117eca4260c9ad14a8b85212 /ftp/wu-ftpd/files | |
parent | New INDEX for RELENG_4, with 7883 ports (diff) |
Can't be builded with new bison - hardcode byacc
PR: 46471
Submitted by: Dmitry Morozovsky <marck@rinet.ru>
Notes
Notes:
svn path=/head/; revision=71982
Diffstat (limited to 'ftp/wu-ftpd/files')
-rw-r--r-- | ftp/wu-ftpd/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ftp/wu-ftpd/files/patch-ac b/ftp/wu-ftpd/files/patch-ac new file mode 100644 index 000000000000..642dfa748534 --- /dev/null +++ b/ftp/wu-ftpd/files/patch-ac @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Sat Jul 1 22:04:21 2000 ++++ src/Makefile.in Sun Dec 22 21:01:41 2002 +@@ -34,7 +34,7 @@ + + CFLAGS=$(WARNINGS) @CFLAGS@ + LDFLAGS=@LDFLAGS@ +-YACC=@YACC@ ++YACC=byacc + LIBS=@LIBS@ + + UTIL_SRC = COPYRIGHT.c vers.c |