summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2002-04-10 19:42:42 +0000
committerAnders Nordby <anders@FreeBSD.org>2002-04-10 19:42:42 +0000
commit46399bd9b5387f8c055bb7a76c535575dd700b0b (patch)
treeb0e713aabff4564b4844b0711f24b6d8e1cb4a60 /comms
parentUpgrade to pre5 which seems to work with perl 5.0. (diff)
Unbreak build for users that has autoconf >= 2.52 installed.
PR: 34593
Notes
Notes: svn path=/head/; revision=57542
Diffstat (limited to 'comms')
-rw-r--r--comms/minicom/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile
index fe63f9919457..8136bab25868 100644
--- a/comms/minicom/Makefile
+++ b/comms/minicom/Makefile
@@ -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