mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Can't be builded with new bison - hardcode byacc
PR: 46471 Submitted by: Dmitry Morozovsky <marck@rinet.ru>
This commit is contained in:
parent
89b8a7e2a4
commit
0d11b67818
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71982
11
ftp/wu-ftpd/files/patch-ac
Normal file
11
ftp/wu-ftpd/files/patch-ac
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user