- fix build on FreeBSD10
This commit is contained in:
parent
d8c18014ad
commit
e9be6db16a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298057
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ post-patch:
|
|||
s|^PERL|#PERL|g ; \
|
||||
s|^INST|#INST|g ; \
|
||||
s|make |$$(MAKE) |g' ${WRKSRC}/Makefile.in
|
||||
${REINPLACE_CMD} -e \
|
||||
's|SOL_TCP|IPPROTO_TCP|' ${WRKSRC}/sysdep.c
|
||||
|
||||
do-configure:
|
||||
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
|
||||
|
|
Loading…
Reference in a new issue