Unbreak build for users that has autoconf >= 2.52 installed.
PR: 34593
This commit is contained in:
parent
8b66f6ed9a
commit
46399bd9b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57542
1 changed files with 3 additions and 1 deletions
|
@ -36,8 +36,10 @@ post-patch:
|
|||
s@/sb@/lsb@g;s@/sx@/lsx@g;s@/rz@/lrz@g;s@/rb@/lrb@g; \
|
||||
s@/rx@/lrx@g" ${WRKSRC}/src/rwconf.c
|
||||
|
||||
.if !defined(BATCH)
|
||||
pre-configure:
|
||||
${PERL} -pi -e "s@autoheader@${AUTOHEADER}@;s@autoconf@${AUTOCONF}@" \
|
||||
${WRKSRC}/aclocal.m4
|
||||
.if !defined(BATCH)
|
||||
# this script creates a link from your comm port to /dev/modem
|
||||
${SH} ${SCRIPTDIR}/create-dev-link
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue