freebsd-ports/comms/minicom/files/patch-configure
Anders Nordby e79def5629 Patch configure instead of configure.in & aclocal.m4. Drop USE_AUTOCONF,
to avoid auto* trouble people have had with this port.

Use sed instead of Perl for patching in Makefile.

Make /dev/cuaa0 default port when doing batch builds, as we have no idea
whether /dev/modem is there.

Unbreak: Bento builds should have no problems with minicom now.
2002-05-20 14:33:52 +00:00

12 lines
302 B
Plaintext

--- configure.orig Mon Oct 1 14:21:54 2001
+++ configure Mon May 20 14:24:41 2002
@@ -4893,7 +4893,7 @@
fi
-for ac_func in snprintf usleep getopt getopt_long
+for ac_func in snprintf usleep
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:4900: checking for $ac_func" >&5