1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix the build with contemporary GCC.

Reported by:	pointyhat (logs)
This commit is contained in:
Alexey Dokuchaev 2007-06-29 06:03:32 +00:00
parent f5e8b6fca5
commit 8af197babe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194429

View File

@ -29,4 +29,8 @@ USE_GMAKE= yes
USE_PERL5= yes
ONLY_FOR_ARCHS= i386
post-patch:
@${REINPLACE_CMD} -e 's,^static int terminal,int terminal,' \
${WRKSRC}/nfl.c
.include <bsd.port.mk>