1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/dns/posadis/files/patch-configure
Edwin Groothuis 670cf0c020 net/posadis, another DNS server implementation
Add a new port - net/posadis. It is a new DNS server
	implementation being actively developed at SourceForge.

	Posadis is a DNS server project with the goal to create a
	free, reliable, portable, fast, lightweight, easy to use,
	standards compliant, and functionally complete, Domain Name
	System server implementation.

PR:		ports/48872
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-04-01 02:38:25 +00:00

12 lines
425 B
Plaintext

--- configure.orig Fri Feb 28 00:45:14 2003
+++ configure Fri Feb 28 00:45:47 2003
@@ -963,7 +963,7 @@
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
- MAKEINFO=makeinfo
+ MAKEINFO="makeinfo --no-split"
echo "$ac_t""found" 1>&6
else
MAKEINFO="$missing_dir/missing makeinfo"