diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-04-10 19:42:42 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-04-10 19:42:42 +0000 |
commit | 46399bd9b5387f8c055bb7a76c535575dd700b0b (patch) | |
tree | b0e713aabff4564b4844b0711f24b6d8e1cb4a60 /comms | |
parent | 8b66f6ed9a723fda56f79412a35370cfe9df800a (diff) | |
download | ports-46399bd9b5387f8c055bb7a76c535575dd700b0b.tar.gz ports-46399bd9b5387f8c055bb7a76c535575dd700b0b.zip |
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/Makefile | 4 |
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 |