aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authoranders <anders@FreeBSD.org>2002-04-11 03:42:42 +0800
committeranders <anders@FreeBSD.org>2002-04-11 03:42:42 +0800
commit2eab1cc37107e766b99cb05676d05c88664610b1 (patch)
treecd47b3cc91714ef3bccf3653658045bd292868c0 /comms
parent9101fe01b87ac9b07ec27c29330d8436dbdcd641 (diff)
downloadfreebsd-ports-gnome-2eab1cc37107e766b99cb05676d05c88664610b1.tar.gz
freebsd-ports-gnome-2eab1cc37107e766b99cb05676d05c88664610b1.tar.zst
freebsd-ports-gnome-2eab1cc37107e766b99cb05676d05c88664610b1.zip
Unbreak build for users that has autoconf >= 2.52 installed.
PR: 34593
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