summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2002-12-30 07:44:08 +0000
committerache <ache@FreeBSD.org>2002-12-30 07:44:08 +0000
commit9da68e37ea6bfa7b0270f9e66ae680d65ddee8cb (patch)
tree0574e39f1e684671924264e89c20182722c0c8c0 /ftp
parente69861324573254a74cbc6bc6e033b03d0809bb1 (diff)
downloadFreeBSD-ports-9da68e37ea6bfa7b0270f9e66ae680d65ddee8cb.zip
FreeBSD-ports-9da68e37ea6bfa7b0270f9e66ae680d65ddee8cb.tar.gz
Can't be builded with new bison - hardcode byacc
PR: 46471 Submitted by: Dmitry Morozovsky <marck@rinet.ru>
Diffstat (limited to 'ftp')
-rw-r--r--ftp/wu-ftpd/files/patch-ac11
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 0000000..642dfa7
--- /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
OpenPOWER on IntegriCloud